--- old/test/hotspot/jtreg/runtime/Nestmates/classFileParsing/TestNestmateAttributes.java 2017-12-13 17:22:42.278631260 -0500 +++ new/test/hotspot/jtreg/runtime/Nestmates/classFileParsing/TestNestmateAttributes.java 2017-12-13 17:22:40.074505211 -0500 @@ -31,7 +31,6 @@ * ConflictingAttributesInNestMember.jcod * BadNestMembersLength.jcod * BadNestMembersEntry.jcod - * DuplicateNestMemberEntry.jcod * BadNestHost.jcod * @run main TestNestmateAttributes */ @@ -45,7 +44,6 @@ "NestmateAttributeHolder$ConflictingAttributesInNestMember", "BadNestMembersLength", "BadNestMembersEntry", - "DuplicateNestMemberEntry", "NestmateAttributeHolder$BadNestHost", }; @@ -54,12 +52,11 @@ "Multiple NestMembers attributes in class file", "Conflicting NestMembers and NestHost attributes", "Conflicting NestHost and NestMembers attributes", - "Wrong NestMembers attribute length", + "Wrong NestMembers attribute length", "Nest member class_info_index 9 has bad constant type", - "Duplicate entry in NestMembers ", "Nest-host class_info_index 10 has bad constant type", }; - + for (int i = 0; i < badClasses.length; i++ ) { try { Class c = Class.forName(badClasses[i]);