author | tschatzl |
Wed, 19 Aug 2015 13:47:40 +0200 | |
changeset 32377 | 5ee15c417d02 |
parent 28817 | 09a44329d68d |
permissions | -rw-r--r-- |
28817
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
1 |
/* |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
2 |
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
3 |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
4 |
* |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
5 |
* This code is free software; you can redistribute it and/or modify it |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
6 |
* under the terms of the GNU General Public License version 2 only, as |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
7 |
* published by the Free Software Foundation. |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
8 |
* |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
9 |
* This code is distributed in the hope that it will be useful, but WITHOUT |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
10 |
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
11 |
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
12 |
* version 2 for more details (a copy is included in the LICENSE file that |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
13 |
* accompanied this code). |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
14 |
* |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
15 |
* You should have received a copy of the GNU General Public License version |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
16 |
* 2 along with this work; if not, write to the Free Software Foundation, |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
17 |
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
18 |
* |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
19 |
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
20 |
* or visit www.oracle.com if you need additional information or have any |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
21 |
* questions. |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
22 |
*/ |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
23 |
|
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
24 |
// This creates a duplicate LVT entry |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
25 |
|
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
26 |
class DuplicateLVT { |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
27 |
0xCAFEBABE; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
28 |
0; // minor version |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
29 |
52; // version |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
30 |
[] { // Constant Pool |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
31 |
; // first element is empty |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
32 |
Method #34 #68; // #1 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
33 |
double 0x3FF199999999999A;; // #2 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
34 |
float 0x3F99999A; // #4 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
35 |
long 0xFFFFFFFFCAFEBABE;; // #5 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
36 |
class #69; // #7 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
37 |
Method #7 #68; // #8 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
38 |
String #70; // #9 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
39 |
Method #7 #71; // #10 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
40 |
Field #72 #73; // #11 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
41 |
class #74; // #12 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
42 |
Method #12 #68; // #13 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
43 |
String #75; // #14 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
44 |
Method #12 #76; // #15 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
45 |
Method #12 #77; // #16 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
46 |
Method #12 #78; // #17 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
47 |
Method #79 #80; // #18 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
48 |
String #81; // #19 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
49 |
Method #12 #82; // #20 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
50 |
String #83; // #21 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
51 |
Method #12 #84; // #22 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
52 |
String #85; // #23 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
53 |
Method #12 #86; // #24 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
54 |
String #87; // #25 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
55 |
Method #12 #88; // #26 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
56 |
String #89; // #27 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
57 |
String #90; // #28 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
58 |
Method #12 #91; // #29 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
59 |
String #92; // #30 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
60 |
String #93; // #31 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
61 |
Method #12 #94; // #32 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
62 |
class #95; // #33 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
63 |
class #96; // #34 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
64 |
Utf8 "<init>"; // #35 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
65 |
Utf8 "()V"; // #36 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
66 |
Utf8 "Code"; // #37 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
67 |
Utf8 "LineNumberTable"; // #38 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
68 |
Utf8 "LocalVariableTable"; // #39 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
69 |
Utf8 "this"; // #40 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
70 |
Utf8 "LDuplicateLVT;"; // #41 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
71 |
Utf8 "main"; // #42 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
72 |
Utf8 "([Ljava/lang/String;)V"; // #43 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
73 |
Utf8 "args"; // #44 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
74 |
Utf8 "[Ljava/lang/String;"; // #45 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
75 |
Utf8 "b"; // #46 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
76 |
Utf8 "Z"; // #47 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
77 |
Utf8 "by"; // #48 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
78 |
Utf8 "B"; // #49 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
79 |
Utf8 "c"; // #50 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
80 |
Utf8 "C"; // #51 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
81 |
Utf8 "d"; // #52 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
82 |
Utf8 "D"; // #53 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
83 |
Utf8 "f"; // #54 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
84 |
Utf8 "F"; // #55 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
85 |
Utf8 "i"; // #56 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
86 |
Utf8 "I"; // #57 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
87 |
Utf8 "l"; // #58 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
88 |
Utf8 "J"; // #59 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
89 |
Utf8 "s"; // #60 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
90 |
Utf8 "S"; // #61 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
91 |
Utf8 "list"; // #62 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
92 |
Utf8 "Ljava/util/ArrayList;"; // #63 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
93 |
Utf8 "LocalVariableTypeTable"; // #64 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
94 |
Utf8 "Ljava/util/ArrayList<Ljava/lang/String;>;"; // #65 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
95 |
Utf8 "SourceFile"; // #66 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
96 |
Utf8 "DuplicateLVT.java"; // #67 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
97 |
NameAndType #35 #36; // #68 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
98 |
Utf8 "java/util/ArrayList"; // #69 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
99 |
Utf8 "me"; // #70 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
100 |
NameAndType #97 #98; // #71 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
101 |
class #99; // #72 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
102 |
NameAndType #100 #101; // #73 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
103 |
Utf8 "java/lang/StringBuilder"; // #74 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
104 |
Utf8 "b="; // #75 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
105 |
NameAndType #102 #103; // #76 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
106 |
NameAndType #102 #104; // #77 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
107 |
NameAndType #105 #106; // #78 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
108 |
class #107; // #79 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
109 |
NameAndType #108 #109; // #80 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
110 |
Utf8 "by="; // #81 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
111 |
NameAndType #102 #110; // #82 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
112 |
Utf8 "c="; // #83 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
113 |
NameAndType #102 #111; // #84 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
114 |
Utf8 "d="; // #85 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
115 |
NameAndType #102 #112; // #86 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
116 |
Utf8 "f="; // #87 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
117 |
NameAndType #102 #113; // #88 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
118 |
Utf8 "i="; // #89 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
119 |
Utf8 "l="; // #90 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
120 |
NameAndType #102 #114; // #91 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
121 |
Utf8 "s="; // #92 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
122 |
Utf8 "ArrayList<String>="; // #93 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
123 |
NameAndType #102 #115; // #94 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
124 |
Utf8 "DuplicateLVT"; // #95 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
125 |
Utf8 "java/lang/Object"; // #96 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
126 |
Utf8 "add"; // #97 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
127 |
Utf8 "(Ljava/lang/Object;)Z"; // #98 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
128 |
Utf8 "java/lang/System"; // #99 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
129 |
Utf8 "out"; // #100 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
130 |
Utf8 "Ljava/io/PrintStream;"; // #101 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
131 |
Utf8 "append"; // #102 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
132 |
Utf8 "(Ljava/lang/String;)Ljava/lang/StringBuilder;"; // #103 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
133 |
Utf8 "(Z)Ljava/lang/StringBuilder;"; // #104 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
134 |
Utf8 "toString"; // #105 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
135 |
Utf8 "()Ljava/lang/String;"; // #106 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
136 |
Utf8 "java/io/PrintStream"; // #107 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
137 |
Utf8 "println"; // #108 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
138 |
Utf8 "(Ljava/lang/String;)V"; // #109 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
139 |
Utf8 "(I)Ljava/lang/StringBuilder;"; // #110 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
140 |
Utf8 "(C)Ljava/lang/StringBuilder;"; // #111 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
141 |
Utf8 "(D)Ljava/lang/StringBuilder;"; // #112 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
142 |
Utf8 "(F)Ljava/lang/StringBuilder;"; // #113 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
143 |
Utf8 "(J)Ljava/lang/StringBuilder;"; // #114 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
144 |
Utf8 "(Ljava/lang/Object;)Ljava/lang/StringBuilder;"; // #115 |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
145 |
} // Constant Pool |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
146 |
|
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
147 |
0x0021; // access |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
148 |
#33;// this_cpx |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
149 |
#34;// super_cpx |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
150 |
|
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
151 |
[] { // Interfaces |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
152 |
} // Interfaces |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
153 |
|
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
154 |
[] { // fields |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
155 |
} // fields |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
156 |
|
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
157 |
[] { // methods |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
158 |
{ // Member |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
159 |
0x0001; // access |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
160 |
#35; // name_cpx |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
161 |
#36; // sig_cpx |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
162 |
[] { // Attributes |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
163 |
Attr(#37) { // Code |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
164 |
1; // max_stack |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
165 |
1; // max_locals |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
166 |
Bytes[]{ |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
167 |
0x2AB70001B1; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
168 |
}; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
169 |
[] { // Traps |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
170 |
} // end Traps |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
171 |
[] { // Attributes |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
172 |
Attr(#38) { // LineNumberTable |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
173 |
[] { // LineNumberTable |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
174 |
0 26; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
175 |
} |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
176 |
} // end LineNumberTable |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
177 |
; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
178 |
Attr(#39) { // LocalVariableTable |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
179 |
[] { // LocalVariableTable |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
180 |
0 5 40 41 0; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
181 |
} |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
182 |
} // end LocalVariableTable |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
183 |
} // Attributes |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
184 |
} // end Code |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
185 |
} // Attributes |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
186 |
} // Member |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
187 |
; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
188 |
{ // Member |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
189 |
0x0009; // access |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
190 |
#42; // name_cpx |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
191 |
#43; // sig_cpx |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
192 |
[] { // Attributes |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
193 |
Attr(#37) { // Code |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
194 |
4; // max_stack |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
195 |
12; // max_locals |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
196 |
Bytes[]{ |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
197 |
0x043C10423D10583E; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
198 |
0x1400023904120438; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
199 |
0x06102A3607140005; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
200 |
0x37081058360ABB00; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
201 |
0x0759B700083A0B19; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
202 |
0x0B1209B6000A57B2; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
203 |
0x000BBB000C59B700; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
204 |
0x0D120EB6000F1BB6; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
205 |
0x0010B60011B60012; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
206 |
0xB2000BBB000C59B7; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
207 |
0x000D1213B6000F1C; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
208 |
0xB60014B60011B600; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
209 |
0x12B2000BBB000C59; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
210 |
0xB7000D1215B6000F; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
211 |
0x1DB60016B60011B6; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
212 |
0x0012B2000BBB000C; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
213 |
0x59B7000D1217B600; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
214 |
0x0F1804B60018B600; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
215 |
0x11B60012B2000BBB; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
216 |
0x000C59B7000D1219; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
217 |
0xB6000F1706B6001A; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
218 |
0xB60011B60012B200; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
219 |
0x0BBB000C59B7000D; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
220 |
0x121BB6000F1507B6; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
221 |
0x0014B60011B60012; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
222 |
0xB2000BBB000C59B7; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
223 |
0x000D121CB6000F16; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
224 |
0x08B6001DB60011B6; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
225 |
0x0012B2000BBB000C; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
226 |
0x59B7000D121EB600; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
227 |
0x0F150AB60014B600; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
228 |
0x11B60012B2000BBB; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
229 |
0x000C59B7000D121F; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
230 |
0xB6000F190BB60020; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
231 |
0xB60011B60012B1; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
232 |
}; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
233 |
[] { // Traps |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
234 |
} // end Traps |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
235 |
[] { // Attributes |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
236 |
Attr(#38) { // LineNumberTable |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
237 |
[] { // LineNumberTable |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
238 |
0 28; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
239 |
2 29; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
240 |
5 30; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
241 |
8 31; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
242 |
13 32; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
243 |
17 33; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
244 |
21 34; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
245 |
26 35; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
246 |
30 36; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
247 |
39 37; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
248 |
47 39; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
249 |
72 40; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
250 |
97 41; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
251 |
122 42; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
252 |
148 43; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
253 |
174 44; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
254 |
200 45; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
255 |
226 46; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
256 |
252 47; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
257 |
278 48; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
258 |
} |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
259 |
} // end LineNumberTable |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
260 |
; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
261 |
Attr(#39) { // LocalVariableTable |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
262 |
[] { // LocalVariableTable |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
263 |
0 279 44 45 0; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
264 |
2 277 46 47 1; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
265 |
5 274 48 49 2; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
266 |
5 274 48 49 2; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
267 |
8 271 50 51 3; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
268 |
13 266 52 53 4; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
269 |
17 262 54 55 6; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
270 |
21 258 56 57 7; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
271 |
26 253 58 59 8; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
272 |
30 249 60 61 10; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
273 |
39 240 62 63 11; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
274 |
} |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
275 |
} // end LocalVariableTable |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
276 |
; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
277 |
Attr(#64) { // LocalVariableTypeTable |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
278 |
[] { // LocalVariableTypeTable |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
279 |
39 240 62 65 11; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
280 |
} |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
281 |
} // end LocalVariableTypeTable |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
282 |
} // Attributes |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
283 |
} // end Code |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
284 |
} // Attributes |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
285 |
} // Member |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
286 |
} // methods |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
287 |
|
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
288 |
[] { // Attributes |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
289 |
Attr(#66) { // SourceFile |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
290 |
#67; |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
291 |
} // end SourceFile |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
292 |
} // Attributes |
09a44329d68d
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp
parents:
diff
changeset
|
293 |
} // end class DuplicateLVT |