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

Reviewed-by: egahlin
This commit is contained in:
Robert Toyonaga
2024-02-28 00:50:31 +00:00
committed by Erik Gahlin
parent 33f2382767
commit 4dd6c44cbd

View File

@@ -47,6 +47,7 @@ import jdk.test.whitebox.WhiteBox;
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
* -XX:CompileOnly=jdk.jfr.event.compiler.TestCompilerCompile::dummyMethod,jdk.jfr.event.compiler.TestCompilerCompile::doTest
* jdk.jfr.event.compiler.TestCompilerCompile
*/
public class TestCompilerCompile {