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


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

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




--- Comment #1 from Len Trigg <len...@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-unsubscr...@jakarta.apache.org
For additional commands, e-mail: bcel-dev-h...@jakarta.apache.org

Reply via email to