19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
20 * or visit www.oracle.com if you need additional information or have any |
20 * or visit www.oracle.com if you need additional information or have any |
21 * questions. |
21 * questions. |
22 */ |
22 */ |
23 |
23 |
|
24 import compiler.whitebox.CompilerWhiteBoxTest; |
|
25 |
24 /* |
26 /* |
25 * @test EnqueueMethodForCompilationTest |
27 * @test EnqueueMethodForCompilationTest |
26 * @bug 8006683 8007288 8022832 |
28 * @bug 8006683 8007288 8022832 |
27 * @library /testlibrary /../../test/lib |
29 * @library /testlibrary /../../test/lib / |
28 * @modules java.management |
30 * @modules java.management |
29 * @build EnqueueMethodForCompilationTest |
31 * @build EnqueueMethodForCompilationTest |
30 * @run main ClassFileInstaller sun.hotspot.WhiteBox |
32 * @run main ClassFileInstaller sun.hotspot.WhiteBox |
31 * sun.hotspot.WhiteBox$WhiteBoxPermission |
33 * sun.hotspot.WhiteBox$WhiteBoxPermission |
32 * @run main/othervm/timeout=600 -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* EnqueueMethodForCompilationTest |
34 * @run main/othervm/timeout=600 -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCase$Helper::* EnqueueMethodForCompilationTest |
33 * @summary testing of WB::enqueueMethodForCompilation() |
35 * @summary testing of WB::enqueueMethodForCompilation() |
34 * @author igor.ignatyev@oracle.com |
36 * @author igor.ignatyev@oracle.com |
35 */ |
37 */ |
36 public class EnqueueMethodForCompilationTest extends CompilerWhiteBoxTest { |
38 public class EnqueueMethodForCompilationTest extends CompilerWhiteBoxTest { |
37 |
39 |