< prev index next >

test/runtime/memory/RunUnitTestsConcurrently.java

Print this page

        

*** 22,41 **** */ /* * @test * @summary Test launches unit tests inside vm concurrently ! * @library /testlibrary /test/lib * @modules java.base/jdk.internal.misc * java.management ! * @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 jdk.test.lib.*; import sun.hotspot.WhiteBox; public class RunUnitTestsConcurrently { private static WhiteBox wb; --- 22,41 ---- */ /* * @test * @summary Test launches unit tests inside vm concurrently ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management ! * @build sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI RunUnitTestsConcurrently 30 15000 */ ! import jdk.test.lib.Platform; import sun.hotspot.WhiteBox; public class RunUnitTestsConcurrently { private static WhiteBox wb;
< prev index next >