-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b04
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045117 | 8u25 | Alexander Zuev | P3 | Resolved | Fixed | b01 |
JDK-8033969 | 8u20 | Alexander Zuev | P3 | Resolved | Fixed | b03 |
JDK-8052556 | emb-8u26 | Alexander Zuev | P3 | Resolved | Fixed | b17 |
Try
javap -v java.lang.String
Look at this fragment of the output, and look at the relative indent of StackMapTable: and LineNumberTable:
183: aload 6
185: putfield #421 // Field value:[C
188: return
StackMapTable: number_of_entries = 12
frame_type = 255 /* full_frame */
offset_delta = 17
locals = [ class java/lang/String, class "[I", int, int ]
stack = []
frame_type = 12 /* same */
frame_type = 18 /* same */
frame_type = 254 /* append */
offset_delta = 10
locals = [ int, int, int ]
frame_type = 252 /* append */
offset_delta = 23
locals = [ int ]
frame_type = 13 /* same */
frame_type = 250 /* chop */
offset_delta = 12
frame_type = 250 /* chop */
offset_delta = 5
frame_type = 254 /* append */
offset_delta = 11
locals = [ class "[C", int, int ]
frame_type = 252 /* append */
offset_delta = 31
locals = [ int ]
frame_type = 250 /* chop */
offset_delta = 11
frame_type = 249 /* chop */
offset_delta = 8
LineNumberTable:
line 232: 0
line 233: 4
line 234: 8
javap -v java.lang.String
Look at this fragment of the output, and look at the relative indent of StackMapTable: and LineNumberTable:
183: aload 6
185: putfield #421 // Field value:[C
188: return
StackMapTable: number_of_entries = 12
frame_type = 255 /* full_frame */
offset_delta = 17
locals = [ class java/lang/String, class "[I", int, int ]
stack = []
frame_type = 12 /* same */
frame_type = 18 /* same */
frame_type = 254 /* append */
offset_delta = 10
locals = [ int, int, int ]
frame_type = 252 /* append */
offset_delta = 23
locals = [ int ]
frame_type = 13 /* same */
frame_type = 250 /* chop */
offset_delta = 12
frame_type = 250 /* chop */
offset_delta = 5
frame_type = 254 /* append */
offset_delta = 11
locals = [ class "[C", int, int ]
frame_type = 252 /* append */
offset_delta = 31
locals = [ int ]
frame_type = 250 /* chop */
offset_delta = 11
frame_type = 249 /* chop */
offset_delta = 8
LineNumberTable:
line 232: 0
line 233: 4
line 234: 8
- backported by
-
JDK-8033969 StackMapTable does not unindent properly
- Resolved
-
JDK-8045117 StackMapTable does not unindent properly
- Resolved
-
JDK-8052556 StackMapTable does not unindent properly
- Resolved
- duplicates
-
JDK-8148918 poor formatting for javap StackMapTable output
- Closed
-
JDK-8033912 StackMapTable breaks methods indentation
- Closed