You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by bu...@apache.org on 2009/05/15 00:09:22 UTC

DO NOT REPLY [Bug 47073] Class files containing "StackMapTable" attributes (on method code) are dumped incorrectly

https://issues.apache.org/bugzilla/show_bug.cgi?id=47073


Len Trigg <le...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lenbok@gmail.com




--- Comment #1 from Len Trigg <le...@gmail.com>  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.

---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org