< prev index next >

test/runtime/verifier/TestANewArray.java

Print this page

        

*** 32,41 **** --- 32,42 ---- /* * @test * @summary Test that anewarray bytecode is valid only if it specifies 255 or fewer dimensions. * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile -XDignore.symbol.file TestANewArray.java * @run main/othervm TestANewArray 49 * @run main/othervm TestANewArray 50 * @run main/othervm TestANewArray 51 * @run main/othervm TestANewArray 52
< prev index next >