8326529: JFR: Test for CompilerCompile events fails due to time out

Reviewed-by: sgehwolf
Backport-of: 4dd6c44cbdb0b5957414fa87b6c559fa4d6f2fa8
This commit is contained in:
Robert Toyonaga 2024-05-29 08:28:26 +00:00 committed by Severin Gehwolf
parent 012f59c7f6
commit db860f0cf8

View File

@ -50,6 +50,7 @@ import sun.hotspot.WhiteBox;
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main/othervm -Xbootclasspath/a:. * @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
* -XX:CompileOnly=jdk.jfr.event.compiler.TestCompilerCompile::dummyMethod,jdk.jfr.event.compiler.TestCompilerCompile::doTest
* jdk.jfr.event.compiler.TestCompilerCompile * jdk.jfr.event.compiler.TestCompilerCompile
*/ */
public class TestCompilerCompile { public class TestCompilerCompile {