Bug 240934

Summary: Add support for the invokedynamic bytecode into the disassembler
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: frederic_fusier
Version: 3.4   
Target Milestone: 3.6 M1   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Proposed fix
none
Proposed fix none

Description Olivier Thomann CLA 2008-07-15 14:03:22 EDT
Once this is released, the disassembler needs to display it.
Comment 1 Olivier Thomann CLA 2009-06-09 14:58:46 EDT
Created attachment 138708 [details]
Proposed fix

I still need to add regression tests.
Comment 2 Olivier Thomann CLA 2009-06-12 13:44:12 EDT
Created attachment 139054 [details]
Proposed fix

Use null instead of an empty char array for the declaring class
Comment 3 Olivier Thomann CLA 2009-07-28 10:17:15 EDT
Released for 3.6M1.
Comment 4 Frederic Fusier CLA 2009-08-05 05:36:57 EDT
Code looks ok, hence set as verified for 3.6M1.

However, Olivier, it would be nice to add tests asap and give some clues to help to verify that it really works properly, thx
Comment 5 Olivier Thomann CLA 2009-08-10 15:44:36 EDT
It is difficult to add a regression test as long as this is not included in a JDK.
Once I can easily built such a .class file, I'll add a test for it.