< prev index next >

test/runtime/verifier/TestANewArray.java

Print this page

        

*** 26,41 **** import jdk.internal.org.objectweb.asm.ClassWriter; import jdk.internal.org.objectweb.asm.MethodVisitor; import static jdk.internal.org.objectweb.asm.Opcodes.*; ! import jdk.test.lib.*; /* * @test * @summary Test that anewarray bytecode is valid only if it specifies 255 or fewer dimensions. ! * @library /testlibrary * @modules java.base/jdk.internal.org.objectweb.asm * java.base/jdk.internal.misc * java.management * @compile -XDignore.symbol.file TestANewArray.java * @run main/othervm TestANewArray 49 --- 26,42 ---- import jdk.internal.org.objectweb.asm.ClassWriter; import jdk.internal.org.objectweb.asm.MethodVisitor; import static jdk.internal.org.objectweb.asm.Opcodes.*; ! import jdk.test.lib.process.ProcessTools; ! import jdk.test.lib.process.OutputAnalyzer; /* * @test * @summary Test that anewarray bytecode is valid only if it specifies 255 or fewer dimensions. ! * @library /test/lib * @modules java.base/jdk.internal.org.objectweb.asm * java.base/jdk.internal.misc * java.management * @compile -XDignore.symbol.file TestANewArray.java * @run main/othervm TestANewArray 49
< prev index next >