< prev index next >

test/compiler/c2/6589834/Test_ia32.java

Print this page

        

*** 29,39 **** * @library /testlibrary /../../test/lib * @modules java.base/sun.misc * java.compiler * java.management * jdk.jvmstat/sun.jvmstat.monitor ! * @build ClassFileInstaller sun.hotspot.WhiteBox com.oracle.java.testlibrary.* * Test_ia32 InlinedArrayCloneTestCase * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -XX:CompileOnly=InlinedArrayCloneTestCase --- 29,39 ---- * @library /testlibrary /../../test/lib * @modules java.base/sun.misc * java.compiler * java.management * jdk.jvmstat/sun.jvmstat.monitor ! * @build ClassFileInstaller sun.hotspot.WhiteBox jdk.test.lib.* * Test_ia32 InlinedArrayCloneTestCase * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -XX:CompileOnly=InlinedArrayCloneTestCase
*** 42,52 **** * -XX:+IgnoreUnrecognizedVMOptions -XX:+VerifyStack Test_ia32 */ import java.lang.reflect.Method; ! import com.oracle.java.testlibrary.Asserts; import sun.hotspot.WhiteBox; public class Test_ia32 { private static final int NUM_THREADS = Math.min(100, 2 * Runtime.getRuntime().availableProcessors()); --- 42,52 ---- * -XX:+IgnoreUnrecognizedVMOptions -XX:+VerifyStack Test_ia32 */ import java.lang.reflect.Method; ! import jdk.test.lib.Asserts; import sun.hotspot.WhiteBox; public class Test_ia32 { private static final int NUM_THREADS = Math.min(100, 2 * Runtime.getRuntime().availableProcessors());
< prev index next >