b5a3a5b621
Reviewed-by: redestad, coleenp
137 lines
3.7 KiB
Plaintext
137 lines
3.7 KiB
Plaintext
/*
|
|
* Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* This code is free software; you can redistribute it and/or modify it
|
|
* under the terms of the GNU General Public License version 2 only, as
|
|
* published by the Free Software Foundation.
|
|
*
|
|
* This code is distributed in the hope that it will be useful, but WITHOUT
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
* version 2 for more details (a copy is included in the LICENSE file that
|
|
* accompanied this code).
|
|
*
|
|
* You should have received a copy of the GNU General Public License version
|
|
* 2 along with this work; if not, write to the Free Software Foundation,
|
|
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
*
|
|
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
* or visit www.oracle.com if you need additional information or have any
|
|
* questions.
|
|
*
|
|
*/
|
|
|
|
// Should get a verifier error at bytecode 15 for JVM_CONSTANT_NameAndType
|
|
|
|
class BadInvokeDynamic {
|
|
0xCAFEBABE;
|
|
0; // minor version
|
|
51; // version
|
|
[] { // Constant Pool
|
|
; // first element is empty
|
|
Method #6 #15; // #1
|
|
Field #16 #17; // #2
|
|
String #18; // #3
|
|
Method #19 #20; // #4
|
|
class #21; // #5
|
|
class #22; // #6
|
|
Utf8 "hello"; // #7
|
|
Utf8 "()V"; // #8
|
|
Utf8 "Code"; // #9
|
|
Utf8 "LineNumberTable"; // #10
|
|
Utf8 "main"; // #11
|
|
Utf8 "([Ljava/lang/String;)V"; // #12
|
|
Utf8 "SourceFile"; // #13
|
|
Utf8 "BadInvokeDynamic.java"; // #14
|
|
NameAndType #7 #8; // #15
|
|
class #23; // #16
|
|
NameAndType #24 #25; // #17
|
|
Utf8 "Hello World"; // #18
|
|
class #26; // #19
|
|
NameAndType #27 #28; // #20
|
|
Utf8 "BadInvokeDynamic"; // #21
|
|
Utf8 "java/lang/Object"; // #22
|
|
Utf8 "java/lang/System"; // #23
|
|
Utf8 "out"; // #24
|
|
Utf8 "Ljava/io/PrintStream;"; // #25
|
|
Utf8 "java/io/PrintStream"; // #26
|
|
Utf8 "println"; // #27
|
|
Utf8 "(Ljava/lang/String;)V"; // #28
|
|
} // Constant Pool
|
|
|
|
0x0021; // access
|
|
#5;// this_cpx
|
|
#6;// super_cpx
|
|
|
|
[] { // Interfaces
|
|
} // Interfaces
|
|
|
|
[] { // fields
|
|
} // fields
|
|
|
|
[] { // methods
|
|
{ // Member
|
|
0x0001; // access
|
|
#7; // name_cpx
|
|
#8; // sig_cpx
|
|
[] { // Attributes
|
|
Attr(#9) { // Code
|
|
1; // max_stack
|
|
1; // max_locals
|
|
Bytes[]{
|
|
0x2AB70001B1;
|
|
};
|
|
[] { // Traps
|
|
} // end Traps
|
|
[] { // Attributes
|
|
Attr(#10) { // LineNumberTable
|
|
[] { // LineNumberTable
|
|
0 1;
|
|
}
|
|
} // end LineNumberTable
|
|
} // Attributes
|
|
} // end Code
|
|
} // Attributes
|
|
} // Member
|
|
;
|
|
{ // Member
|
|
0x0009; // access
|
|
#11; // name_cpx
|
|
#12; // sig_cpx
|
|
[] { // Attributes
|
|
Attr(#9) { // Code
|
|
2; // max_stack
|
|
2; // max_locals
|
|
Bytes[]{
|
|
0xB200021203B60004;
|
|
0x033CBA000F840102;
|
|
0x840103840104B1;
|
|
};
|
|
[] { // Traps
|
|
} // end Traps
|
|
[] { // Attributes
|
|
Attr(#10) { // LineNumberTable
|
|
[] { // LineNumberTable
|
|
0 3;
|
|
8 4;
|
|
10 5;
|
|
13 6;
|
|
16 7;
|
|
19 8;
|
|
22 9;
|
|
}
|
|
} // end LineNumberTable
|
|
} // Attributes
|
|
} // end Code
|
|
} // Attributes
|
|
} // Member
|
|
} // methods
|
|
|
|
[] { // Attributes
|
|
Attr(#13) { // SourceFile
|
|
#14;
|
|
} // end SourceFile
|
|
} // Attributes
|
|
} // end class BadInvokeDynamic
|