Bug 51661

Summary: Add support for INVOKEDYNAMIC and MethodHandles, et. al.
Product: BCEL - Now in Jira Reporter: Dave Brosius <dbrosius>
Component: MainAssignee: issues <issues>
Status: NEW ---    
Severity: major    
Priority: P2    
Version: 5.3   
Target Milestone: ---   
Hardware: All   
OS: All   

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.