< prev index next >

test/compiler/whitebox/LockCompilationTest.java

Print this page

        

*** 23,33 **** /* * @test LockCompilationTest * @bug 8059624 * @library /testlibrary /../../test/lib ! * @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() */ --- 23,33 ---- /* * @test LockCompilationTest * @bug 8059624 * @library /testlibrary /../../test/lib ! * @build com.oracle.java.testlibrary.* 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() */
< prev index next >