< prev index next >

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

Print this page

        

@@ -22,41 +22,41 @@
  */
 
 /* Source: NestmateAttributeHolder.java
 
 public class NestmateAttributeHolder {
-    public static class TwoMemberOfNest {
+    public static class TwoNestHost {
     }
 }
 */
 
-// Add MemberOfNest attribute to nest top class - conflicting attributes
+// Add NestHost attribute to nest-host class - conflicting attributes
 
-class ConflictingAttributesInNestTop {
+class ConflictingAttributesInNestHost {
   0xCAFEBABE;
   0; // minor version
   53; // version
   [] { // Constant Pool
     ; // first element is empty
     Method #3 #14; // #1    
     class #15; // #2    
     class #16; // #3    
     class #17; // #4    
-    Utf8 "TwoMemberOfNest"; // #5    
+    Utf8 "TwoNestHost"; // #5
     Utf8 "InnerClasses"; // #6    
     Utf8 "<init>"; // #7    
     Utf8 "()V"; // #8    
     Utf8 "Code"; // #9    
     Utf8 "LineNumberTable"; // #10    
     Utf8 "SourceFile"; // #11    
-    Utf8 "ConflictingAttributesInNestTop.java"; // #12    
+    Utf8 "ConflictingAttributesInNestHost.java"; // #12
     Utf8 "NestMembers"; // #13    
     NameAndType #7 #8; // #14    
-    Utf8 "ConflictingAttributesInNestTop"; // #15    
+    Utf8 "ConflictingAttributesInNestHost"; // #15
     Utf8 "java/lang/Object"; // #16    
-    Utf8 "ConflictingAttributesInNestTop$TwoMemberOfNest"; // #17    
-    Utf8 "MemberOfNest"; // #18
+    Utf8 "ConflictingAttributesInNestHost$TwoNestHost"; // #17
+    Utf8 "NestHost"; // #18
   } // Constant Pool
 
   0x0021; // access
   #2;// this_cpx
   #3;// super_cpx

@@ -101,16 +101,16 @@
     Attr(#13) { // NestMembers
       0x00010004;
     } // end NestMembers
     ;
     // conflict - can't be a member of a nest and have nest members
-    Attr(#18) { // MemberOfNest
+    Attr(#18) { // NestHost
       0x0003; // #3 is Object
-    } // end MemberOfNest
+    } // end NestHost
     ;
     Attr(#6) { // InnerClasses
       [] { // InnerClasses
         #4 #2 #5 9;
       }
     } // end InnerClasses
   } // Attributes
-} // end class ConflictingAttributesInNestTop
+} // end class ConflictingAttributesInNestHost
< prev index next >