test/hotspot/jtreg/runtime/Nestmates/privateMethods/MissingMethodWithSuper.jcod
changeset 50735 2f2af62dfac7
equal deleted inserted replaced
50734:0828a0f6676b 50735:2f2af62dfac7
       
     1 /*
       
     2  * Copyright (c) 2017, 2018, 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$MissingMethodWithSuper {
       
    28   0xCAFEBABE;
       
    29   0; // minor version
       
    30   55; // 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 - rename    
       
    44     Utf8 "SourceFile"; // #12    
       
    45     Utf8 "TestInvokeErrors.java"; // #13    
       
    46     Utf8 "NestHost"; // #14    
       
    47     class #27; // #15    
       
    48     NameAndType #7 #8; // #16    
       
    49     class #28; // #17    
       
    50     NameAndType #29 #30; // #18    
       
    51     Utf8 "MissingMethodWithSuper::priv_invoke"; // #19    
       
    52     class #31; // #20    
       
    53     NameAndType #32 #33; // #21    
       
    54     Utf8 "TestInvokeErrors$MissingMethodWithSuper"; // #22    
       
    55     Utf8 "MissingMethodWithSuper"; // #23    
       
    56     Utf8 "InnerClasses"; // #24    
       
    57     Utf8 "TestInvokeErrors$Nested"; // #25    
       
    58     Utf8 "Nested"; // #26    
       
    59     Utf8 "TestInvokeErrors"; // #27    
       
    60     Utf8 "java/lang/System"; // #28    
       
    61     Utf8 "out"; // #29    
       
    62     Utf8 "Ljava/io/PrintStream;"; // #30    
       
    63     Utf8 "java/io/PrintStream"; // #31    
       
    64     Utf8 "println"; // #32    
       
    65     Utf8 "(Ljava/lang/String;)V"; // #33    
       
    66   } // Constant Pool
       
    67 
       
    68   0x0020; // access
       
    69   #5;// this_cpx
       
    70   #6;// super_cpx
       
    71 
       
    72   [] { // Interfaces
       
    73   } // Interfaces
       
    74 
       
    75   [] { // fields
       
    76   } // fields
       
    77 
       
    78   [] { // methods
       
    79     { // Member
       
    80       0x0000; // access
       
    81       #7; // name_cpx
       
    82       #8; // sig_cpx
       
    83       [] { // Attributes
       
    84         Attr(#9) { // Code
       
    85           1; // max_stack
       
    86           1; // max_locals
       
    87           Bytes[]{
       
    88             0x2AB70001B1;
       
    89           };
       
    90           [] { // Traps
       
    91           } // end Traps
       
    92           [] { // Attributes
       
    93             Attr(#10) { // LineNumberTable
       
    94               [] { // LineNumberTable
       
    95                 0  49;
       
    96               }
       
    97             } // end LineNumberTable
       
    98           } // Attributes
       
    99         } // end Code
       
   100       } // Attributes
       
   101     } // Member
       
   102     ;
       
   103     { // Member
       
   104       0x0002; // access
       
   105       #11; // name_cpx
       
   106       #8; // sig_cpx
       
   107       [] { // Attributes
       
   108         Attr(#9) { // Code
       
   109           2; // max_stack
       
   110           1; // max_locals
       
   111           Bytes[]{
       
   112             0xB200021203B60004;
       
   113             0xB1;
       
   114           };
       
   115           [] { // Traps
       
   116           } // end Traps
       
   117           [] { // Attributes
       
   118             Attr(#10) { // LineNumberTable
       
   119               [] { // LineNumberTable
       
   120                 0  52;
       
   121                 8  53;
       
   122               }
       
   123             } // end LineNumberTable
       
   124           } // Attributes
       
   125         } // end Code
       
   126       } // Attributes
       
   127     } // Member
       
   128   } // methods
       
   129 
       
   130   [] { // Attributes
       
   131     Attr(#12) { // SourceFile
       
   132       #13;
       
   133     } // end SourceFile
       
   134     ;
       
   135     Attr(#14) { // NestHost
       
   136       0x000F;
       
   137     } // end NestHost
       
   138     ;
       
   139     Attr(#24) { // InnerClasses
       
   140       [] { // InnerClasses
       
   141         #5 #15 #23 8;
       
   142         #6 #15 #26 8;
       
   143       }
       
   144     } // end InnerClasses
       
   145   } // Attributes
       
   146 } // end class TestInvokeErrors$MissingMethodWithSuper