1 /*
   2  * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.
   8  *
   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 // Generated from the source in TestInvokeErrors.java
  25 // with priv_invoke renamed to not_priv_invoke so it isn't found
  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 
  67   0x0020; // access
  68   #5;// this_cpx
  69   #6;// super_cpx
  70 
  71   [] { // Interfaces
  72   } // Interfaces
  73 
  74   [] { // fields
  75   } // fields
  76 
  77   [] { // methods
  78     { // Member
  79       0x0000; // access
  80       #7; // name_cpx
  81       #8; // sig_cpx
  82       [] { // Attributes
  83         Attr(#9) { // Code
  84           1; // max_stack
  85           1; // max_locals
  86           Bytes[]{
  87             0x2AB70001B1;
  88           };
  89           [] { // Traps
  90           } // end Traps
  91           [] { // Attributes
  92             Attr(#10) { // LineNumberTable
  93               [] { // LineNumberTable
  94                 0  35;
  95               }
  96             } // end LineNumberTable
  97           } // Attributes
  98         } // end Code
  99       } // Attributes
 100     } // Member
 101     ;
 102     { // Member
 103       0x0002; // access
 104       #11; // name_cpx
 105       #8; // sig_cpx
 106       [] { // Attributes
 107         Attr(#9) { // Code
 108           2; // max_stack
 109           1; // max_locals
 110           Bytes[]{
 111             0xB200021203B60004;
 112             0xB1;
 113           };
 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