< prev index next >

test/hotspot/jtreg/runtime/Nestmates/classFileParsing/TestNestmateAttributes.java

Print this page

        

*** 29,39 **** * TwoNestMembers.jcod * ConflictingAttributesInNestHost.jcod * ConflictingAttributesInNestMember.jcod * BadNestMembersLength.jcod * BadNestMembersEntry.jcod - * DuplicateNestMemberEntry.jcod * BadNestHost.jcod * @run main TestNestmateAttributes */ public class TestNestmateAttributes { --- 29,38 ----
*** 43,64 **** "NestmateAttributeHolder", "ConflictingAttributesInNestHost", "NestmateAttributeHolder$ConflictingAttributesInNestMember", "BadNestMembersLength", "BadNestMembersEntry", - "DuplicateNestMemberEntry", "NestmateAttributeHolder$BadNestHost", }; String[] messages = new String[] { "Multiple NestHost attributes in class file", "Multiple NestMembers attributes in class file", "Conflicting NestMembers and NestHost attributes", "Conflicting NestHost and NestMembers attributes", "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 { --- 42,61 ----
< prev index next >