equal
deleted
inserted
replaced
24 /* |
24 /* |
25 * @test EnqueueMethodForCompilationTest |
25 * @test EnqueueMethodForCompilationTest |
26 * @library /testlibrary /testlibrary/whitebox |
26 * @library /testlibrary /testlibrary/whitebox |
27 * @build EnqueueMethodForCompilationTest |
27 * @build EnqueueMethodForCompilationTest |
28 * @run main ClassFileInstaller sun.hotspot.WhiteBox |
28 * @run main ClassFileInstaller sun.hotspot.WhiteBox |
29 * @run main/othervm -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI EnqueueMethodForCompilationTest |
29 * @run main/othervm -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,TestCase$Helper::* EnqueueMethodForCompilationTest |
30 * @summary testing of WB::enqueueMethodForCompilation() |
30 * @summary testing of WB::enqueueMethodForCompilation() |
31 * @author igor.ignatyev@oracle.com |
31 * @author igor.ignatyev@oracle.com |
32 */ |
32 */ |
33 public class EnqueueMethodForCompilationTest extends CompilerWhiteBoxTest { |
33 public class EnqueueMethodForCompilationTest extends CompilerWhiteBoxTest { |
34 |
34 |