< prev index next >

test/sun/reflect/AnonymousNewInstance/ManyNewInstanceAnonTest.java

Print this page

        

*** 23,34 **** /* * @test * @bug 7194897 * @summary JSR 292: Cannot create more than 16 instances of an anonymous class ! * @author Robert Field * @library /lib/testlibrary * @compile -XDignore.symbol.file ManyNewInstanceAnonTest.java * @build jdk.testlibrary.* * @run main ClassFileInstaller ManyNewInstanceAnonTest * @run main/othervm -Xbootclasspath/a:. -Xverify:all ManyNewInstanceAnonTest * @run main/othervm -Xbootclasspath/a:. -Xverify:all -Dsun.reflection.noInflation=true ManyNewInstanceAnonTest --- 23,36 ---- /* * @test * @bug 7194897 * @summary JSR 292: Cannot create more than 16 instances of an anonymous class ! * @modules java.base/sun.misc ! * @modules java.management * @library /lib/testlibrary + * @author Robert Field * @compile -XDignore.symbol.file ManyNewInstanceAnonTest.java * @build jdk.testlibrary.* * @run main ClassFileInstaller ManyNewInstanceAnonTest * @run main/othervm -Xbootclasspath/a:. -Xverify:all ManyNewInstanceAnonTest * @run main/othervm -Xbootclasspath/a:. -Xverify:all -Dsun.reflection.noInflation=true ManyNewInstanceAnonTest
< prev index next >