Stack Map Table #14

Closed
opened 2016-04-21 13:51:51 +00:00 by stan · 1 comment
Owner

JavaCompilerCore:
StackMapTable: number_of_entries = 3
frame_type = 12 /* same /
frame_type = 2 /
same /
frame_type = 0 /
same */

und richtig wäre:
StackMapTable: number_of_entries = 2
frame_type = 15 /* same /
frame_type = 64 /
same_locals_1_stack_item */
stack = [ int ]

Test: JavaCompilerCore\test\bytecode\operators.equalOperatorTest

JavaCompilerCore: StackMapTable: number_of_entries = 3 frame_type = 12 /* same */ frame_type = 2 /* same */ frame_type = 0 /* same */ und richtig wäre: StackMapTable: number_of_entries = 2 frame_type = 15 /* same */ frame_type = 64 /* same_locals_1_stack_item */ stack = [ int ] Test: JavaCompilerCore\test\bytecode\operators.equalOperatorTest
Author
Owner

OLD BUG

OLD BUG
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: JavaTX/JavaCompilerCore#14
No description provided.