hotspot/test/runtime/memory/RunUnitTestsConcurrently.java
changeset 30604 b8d532cb6420
parent 29678 dd2f3932c21e
child 33730 30e064828045
equal deleted inserted replaced
30603:a8754858a7fc 30604:b8d532cb6420
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    32  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI RunUnitTestsConcurrently 30 15000
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI RunUnitTestsConcurrently 30 15000
    34  */
    34  */
    35 
    35 
    36 import com.oracle.java.testlibrary.*;
    36 import jdk.test.lib.*;
    37 import sun.hotspot.WhiteBox;
    37 import sun.hotspot.WhiteBox;
    38 
    38 
    39 public class RunUnitTestsConcurrently {
    39 public class RunUnitTestsConcurrently {
    40 
    40 
    41   private static WhiteBox wb;
    41   private static WhiteBox wb;