< prev index next >

test/compiler/whitebox/LockCompilationTest.java

Print this page

        

@@ -23,11 +23,11 @@
 
 /*
  * @test LockCompilationTest
  * @bug 8059624
  * @library /testlibrary /../../test/lib
- * @build LockCompilationTest
+ * @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 >