test/compiler/whitebox/LockCompilationTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/whitebox/LockCompilationTest.java

test/compiler/whitebox/LockCompilationTest.java

Print this page

        

*** 22,35 **** */ /* * @test LockCompilationTest * @bug 8059624 ! * @library /testlibrary /testlibrary/whitebox * @build LockCompilationTest ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=600 -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* LockCompilationTest * @summary testing of WB::lock/unlockCompilation() */ import java.io.OutputStream; --- 22,35 ---- */ /* * @test LockCompilationTest * @bug 8059624 ! * @library /testlibrary /../../test/lib * @build LockCompilationTest ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=600 -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* LockCompilationTest * @summary testing of WB::lock/unlockCompilation() */ import java.io.OutputStream;
test/compiler/whitebox/LockCompilationTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File