< prev index next >

test/hotspot/jtreg/runtime/Nestmates/privateMethods/MissingMethod.jcod

Print this page




  26 
  27 class TestInvokeErrors$MissingMethod {
  28   0xCAFEBABE;
  29   0; // minor version
  30   53; // version
  31   [] { // Constant Pool
  32     ; // first element is empty
  33     Method #6 #16; // #1    
  34     Field #17 #18; // #2    
  35     String #19; // #3    
  36     Method #20 #21; // #4    
  37     class #22; // #5    
  38     class #25; // #6    
  39     Utf8 "<init>"; // #7    
  40     Utf8 "()V"; // #8    
  41     Utf8 "Code"; // #9    
  42     Utf8 "LineNumberTable"; // #10    
  43     Utf8 "not_priv_invoke"; // #11 - renamed    
  44     Utf8 "SourceFile"; // #12    
  45     Utf8 "TestInvokeErrors.java"; // #13    
  46     Utf8 "MemberOfNest"; // #14    
  47     class #26; // #15    
  48     NameAndType #7 #8; // #16    
  49     class #27; // #17    
  50     NameAndType #28 #29; // #18    
  51     Utf8 "MissingMethod::priv_invoke"; // #19    
  52     class #30; // #20    
  53     NameAndType #31 #32; // #21    
  54     Utf8 "TestInvokeErrors$MissingMethod"; // #22    
  55     Utf8 "MissingMethod"; // #23    
  56     Utf8 "InnerClasses"; // #24    
  57     Utf8 "java/lang/Object"; // #25    
  58     Utf8 "TestInvokeErrors"; // #26    
  59     Utf8 "java/lang/System"; // #27    
  60     Utf8 "out"; // #28    
  61     Utf8 "Ljava/io/PrintStream;"; // #29    
  62     Utf8 "java/io/PrintStream"; // #30    
  63     Utf8 "println"; // #31    
  64     Utf8 "(Ljava/lang/String;)V"; // #32    
  65   } // Constant Pool
  66 


 114           [] { // Traps
 115           } // end Traps
 116           [] { // Attributes
 117             Attr(#10) { // LineNumberTable
 118               [] { // LineNumberTable
 119                 0  38;
 120                 8  39;
 121               }
 122             } // end LineNumberTable
 123           } // Attributes
 124         } // end Code
 125       } // Attributes
 126     } // Member
 127   } // methods
 128 
 129   [] { // Attributes
 130     Attr(#12) { // SourceFile
 131       #13;
 132     } // end SourceFile
 133     ;
 134     Attr(#14) { // MemberOfNest
 135       0x000F;
 136     } // end MemberOfNest
 137     ;
 138     Attr(#24) { // InnerClasses
 139       [] { // InnerClasses
 140         #5 #15 #23 8;
 141       }
 142     } // end InnerClasses
 143   } // Attributes
 144 } // end class TestInvokeErrors$MissingMethod


  26 
  27 class TestInvokeErrors$MissingMethod {
  28   0xCAFEBABE;
  29   0; // minor version
  30   53; // version
  31   [] { // Constant Pool
  32     ; // first element is empty
  33     Method #6 #16; // #1    
  34     Field #17 #18; // #2    
  35     String #19; // #3    
  36     Method #20 #21; // #4    
  37     class #22; // #5    
  38     class #25; // #6    
  39     Utf8 "<init>"; // #7    
  40     Utf8 "()V"; // #8    
  41     Utf8 "Code"; // #9    
  42     Utf8 "LineNumberTable"; // #10    
  43     Utf8 "not_priv_invoke"; // #11 - renamed    
  44     Utf8 "SourceFile"; // #12    
  45     Utf8 "TestInvokeErrors.java"; // #13    
  46     Utf8 "NestHost"; // #14    
  47     class #26; // #15    
  48     NameAndType #7 #8; // #16    
  49     class #27; // #17    
  50     NameAndType #28 #29; // #18    
  51     Utf8 "MissingMethod::priv_invoke"; // #19    
  52     class #30; // #20    
  53     NameAndType #31 #32; // #21    
  54     Utf8 "TestInvokeErrors$MissingMethod"; // #22    
  55     Utf8 "MissingMethod"; // #23    
  56     Utf8 "InnerClasses"; // #24    
  57     Utf8 "java/lang/Object"; // #25    
  58     Utf8 "TestInvokeErrors"; // #26    
  59     Utf8 "java/lang/System"; // #27    
  60     Utf8 "out"; // #28    
  61     Utf8 "Ljava/io/PrintStream;"; // #29    
  62     Utf8 "java/io/PrintStream"; // #30    
  63     Utf8 "println"; // #31    
  64     Utf8 "(Ljava/lang/String;)V"; // #32    
  65   } // Constant Pool
  66 


 114           [] { // Traps
 115           } // end Traps
 116           [] { // Attributes
 117             Attr(#10) { // LineNumberTable
 118               [] { // LineNumberTable
 119                 0  38;
 120                 8  39;
 121               }
 122             } // end LineNumberTable
 123           } // Attributes
 124         } // end Code
 125       } // Attributes
 126     } // Member
 127   } // methods
 128 
 129   [] { // Attributes
 130     Attr(#12) { // SourceFile
 131       #13;
 132     } // end SourceFile
 133     ;
 134     Attr(#14) { // NestHost
 135       0x000F;
 136     } // end NestHost
 137     ;
 138     Attr(#24) { // InnerClasses
 139       [] { // InnerClasses
 140         #5 #15 #23 8;
 141       }
 142     } // end InnerClasses
 143   } // Attributes
 144 } // end class TestInvokeErrors$MissingMethod
< prev index next >