< prev index next >

test/compiler/uncommontrap/TestUnstableIfTrap.java

Print this page

        

*** 24,35 **** import java.io.FileWriter; import java.io.IOException; import java.lang.reflect.Method; import java.util.Properties; ! import com.oracle.java.testlibrary.ByteCodeLoader; ! import com.oracle.java.testlibrary.Platform; import jdk.internal.org.objectweb.asm.ClassVisitor; import jdk.internal.org.objectweb.asm.ClassWriter; import jdk.internal.org.objectweb.asm.Label; import jdk.internal.org.objectweb.asm.MethodVisitor; import static jdk.internal.org.objectweb.asm.Opcodes.*; --- 24,35 ---- import java.io.FileWriter; import java.io.IOException; import java.lang.reflect.Method; import java.util.Properties; ! import jdk.test.lib.ByteCodeLoader; ! import jdk.test.lib.Platform; import jdk.internal.org.objectweb.asm.ClassVisitor; import jdk.internal.org.objectweb.asm.ClassWriter; import jdk.internal.org.objectweb.asm.Label; import jdk.internal.org.objectweb.asm.MethodVisitor; import static jdk.internal.org.objectweb.asm.Opcodes.*;
*** 44,54 **** * @modules java.base/jdk.internal.org.objectweb.asm * java.base/sun.misc * java.compiler * java.management * jdk.jvmstat/sun.jvmstat.monitor ! * @build TestUnstableIfTrap com.oracle.java.testlibrary.* uncommontrap.Verifier * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbatch -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -XX:+LogCompilation * -XX:CompileCommand=compileonly,UnstableIfExecutable.test --- 44,54 ---- * @modules java.base/jdk.internal.org.objectweb.asm * java.base/sun.misc * java.compiler * java.management * jdk.jvmstat/sun.jvmstat.monitor ! * @build TestUnstableIfTrap jdk.test.lib.* uncommontrap.Verifier * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbatch -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -XX:+LogCompilation * -XX:CompileCommand=compileonly,UnstableIfExecutable.test
< prev index next >