< prev index next >

test/runtime/memory/RunUnitTestsConcurrently.java

Print this page

        

*** 31,41 **** * @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; --- 31,41 ---- * @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;
< prev index next >