< prev index next >

test/sun/reflect/AnonymousNewInstance/ManyNewInstanceAnonTest.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 24,34 **** /* * @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 --- 24,34 ---- /* * @test * @bug 7194897 * @summary JSR 292: Cannot create more than 16 instances of an anonymous class * @modules java.base/sun.misc ! * java.management * @library /lib/testlibrary * @author Robert Field * @compile -XDignore.symbol.file ManyNewInstanceAnonTest.java * @build jdk.testlibrary.* * @run main ClassFileInstaller ManyNewInstanceAnonTest
< prev index next >