test/runtime/memory/RunUnitTestsConcurrently.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/runtime/memory/RunUnitTestsConcurrently.java

test/runtime/memory/RunUnitTestsConcurrently.java

Print this page

        

*** 22,40 **** */ /* * @test * @summary Test launches unit tests inside vm concurrently ! * @library /testlibrary /testlibrary/whitebox * @build RunUnitTestsConcurrently ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI RunUnitTestsConcurrently 30 15000 */ import com.oracle.java.testlibrary.*; ! import sun.hotspot.WhiteBox; public class RunUnitTestsConcurrently { private static WhiteBox wb; private static long timeout; --- 22,40 ---- */ /* * @test * @summary Test launches unit tests inside vm concurrently ! * @library /testlibrary /../../test/lib * @build RunUnitTestsConcurrently ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI RunUnitTestsConcurrently 30 15000 */ import com.oracle.java.testlibrary.*; ! import jdk.testlib.WhiteBox; public class RunUnitTestsConcurrently { private static WhiteBox wb; private static long timeout;
test/runtime/memory/RunUnitTestsConcurrently.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File