< prev index next >

test/hotspot/jtreg/runtime/Nestmates/classFileParsing/BadNestMembersEntry.jcod

Print this page

        

*** 22,32 **** */ /* Source: NestmateAttributeHolder.java public class NestmateAttributeHolder { ! public static class TwoMemberOfNest { } } */ // NestMembers attribute refers to non-class entry --- 22,32 ---- */ /* Source: NestmateAttributeHolder.java public class NestmateAttributeHolder { ! public static class TwoNestHost { } } */ // NestMembers attribute refers to non-class entry
*** 39,49 **** ; // first element is empty Method #3 #14; // #1 class #15; // #2 class #16; // #3 class #17; // #4 ! Utf8 "TwoMemberOfNest"; // #5 Utf8 "InnerClasses"; // #6 Utf8 "<init>"; // #7 Utf8 "()V"; // #8 Utf8 "Code"; // #9 Utf8 "LineNumberTable"; // #10 --- 39,49 ---- ; // first element is empty Method #3 #14; // #1 class #15; // #2 class #16; // #3 class #17; // #4 ! Utf8 "TwoNestHost"; // #5 Utf8 "InnerClasses"; // #6 Utf8 "<init>"; // #7 Utf8 "()V"; // #8 Utf8 "Code"; // #9 Utf8 "LineNumberTable"; // #10
*** 51,61 **** Utf8 "BadNestMembersEntry.java"; // #12 Utf8 "NestMembers"; // #13 NameAndType #7 #8; // #14 Utf8 "BadNestMembersEntry"; // #15 Utf8 "java/lang/Object"; // #16 ! Utf8 "BadNestMembersEntry$TwoMemberOfNest"; // #17 } // Constant Pool 0x0021; // access #2;// this_cpx #3;// super_cpx --- 51,61 ---- Utf8 "BadNestMembersEntry.java"; // #12 Utf8 "NestMembers"; // #13 NameAndType #7 #8; // #14 Utf8 "BadNestMembersEntry"; // #15 Utf8 "java/lang/Object"; // #16 ! Utf8 "BadNestMembersEntry$TwoNestHost"; // #17 } // Constant Pool 0x0021; // access #2;// this_cpx #3;// super_cpx
< prev index next >