We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f2382 commit 4dd6c44Copy full SHA for 4dd6c44
test/jdk/jdk/jfr/event/compiler/TestCompilerCompile.java
@@ -47,6 +47,7 @@
47
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
48
* @run main/othervm -Xbootclasspath/a:.
49
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
50
+ * -XX:CompileOnly=jdk.jfr.event.compiler.TestCompilerCompile::dummyMethod,jdk.jfr.event.compiler.TestCompilerCompile::doTest
51
* jdk.jfr.event.compiler.TestCompilerCompile
52
*/
53
public class TestCompilerCompile {
0 commit comments