Sprünge im Bytecode benötigen StackMapTable #1

Closed
opened 2015-10-15 18:15:23 +00:00 by stan · 1 comment
Owner

Siehe https://stackoverflow.com/questions/26072210/construct-the-stackmap-of-method-while-using-bcel

Ab Java8 benötigen Methoden, welche Sprünge (Branches) enthalten eine Stackmaptable.

Wird von BCEL momentan noch nicht unterstützt.

Doc zu Stackmaptable
https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-4.7.4

Siehe https://stackoverflow.com/questions/26072210/construct-the-stackmap-of-method-while-using-bcel Ab Java8 benötigen Methoden, welche Sprünge (Branches) enthalten eine Stackmaptable. Wird von BCEL momentan noch nicht unterstützt. Doc zu Stackmaptable https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-4.7.4
Author
Owner

StackMapTable wurde implementiert. Bisher nur für einfache Testfälle getestet.
Siehe Commit in Branch refactoring a4ea466fe6

StackMapTable wurde implementiert. Bisher nur für einfache Testfälle getestet. Siehe Commit in Branch refactoring a4ea466fe63af93dfa982b8b52d414f1dbfeba7d
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#1
No description provided.