Bug 51661 - Add support for INVOKEDYNAMIC and MethodHandles, et. al.
Summary: Add support for INVOKEDYNAMIC and MethodHandles, et. al.
Status: NEW
Alias: None
Product: BCEL - Now in Jira
Classification: Unclassified
Component: Main (show other bugs)
Version: 5.3
Hardware: All All
: P2 major
Target Milestone: ---
Assignee: issues@commons.apache.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-15 23:07 UTC by Dave Brosius
Modified: 2012-08-26 22:04 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Brosius 2011-08-15 23:07:14 UTC
The INVOKEDYNAMIC instruction needs to have added support in BCEL. This issue documents this requirement.
Comment 1 Mark Thomas 2012-08-26 22:04:45 UTC
I have added some initial plumbing in r1377530. I am unlikely to provide a full implementation as my goal is to provide Java 7 support in Tomcat's severely cut-down fork of BCEL.