--- old/test/sun/reflect/AnonymousNewInstance/ManyNewInstanceAnonTest.java 2015-10-27 15:56:38.000000000 +0300 +++ new/test/sun/reflect/AnonymousNewInstance/ManyNewInstanceAnonTest.java 2015-10-27 15:56:38.000000000 +0300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. + * 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 @@ -26,7 +26,7 @@ * @bug 7194897 * @summary JSR 292: Cannot create more than 16 instances of an anonymous class * @modules java.base/sun.misc - * @modules java.management + * java.management * @library /lib/testlibrary * @author Robert Field * @compile -XDignore.symbol.file ManyNewInstanceAnonTest.java