DO NOT REPLY [Bug 47073] Class files containing "StackMapTable" attributes (on method code) are dumped incorrectly
[email protected] Thu, 14 May 2009 15:09:22 -0700 (PDT)
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
https://issues.apache.org/bugzilla/show_bug.cgi?id=47073 Len Trigg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Len Trigg <[email protected]> 2009-05-14 15:09:20 PST --- I think I'm hitting this same problem (processing jdk1.6-generated class files). I applied your patch, but it does not make any changes to StackMapTableEntry.dump() where the exception is being raised. I assume there should be an if (frame_type >= Constants.SAME_FRAME && frame_type <= Constants.SAME_FRAME_MAX) { ... } else .... after the initial write of frame_type, but what should be inside the if? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.