< prev index next >

test/runtime/memory/RunUnitTestsConcurrently.java

Print this page

        

@@ -23,11 +23,11 @@
 
 /*
  * @test
  * @summary Test launches unit tests inside vm concurrently
  * @library /testlibrary /../../test/lib
- * @build RunUnitTestsConcurrently
+ * @build com.oracle.java.testlibrary.* RunUnitTestsConcurrently
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI RunUnitTestsConcurrently 30 15000
  */
 
< prev index next >