Bug 53991 - Stack map table problem with in JDK7 (java.lang.VerifyError: Expecting a stack map frame in method)
Summary: Stack map table problem with in JDK7 (java.lang.VerifyError: Expecting a stac...
Status: NEW
Alias: None
Product: BCEL - Now in Jira
Classification: Unclassified
Component: Main (show other bugs)
Version: 5.2
Hardware: PC All
: P2 major
Target Milestone: ---
Assignee: issues@commons.apache.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-11 08:23 UTC by sam
Modified: 2012-10-11 08:23 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sam 2012-10-11 08:23:23 UTC
I want add local variable for a method. (using javaagent option)

But when I try this with in JDK 7, I did face with java.lang.VerifyError (stack map offset problem)
As I know, this problem is related with added new feature stack map table in JDK 7.

So I've been search how to fix it, but almost of solution were change JDK version or use -XX option.

But I don't want use it because I heard that if use SplitVerifier I will lose benefits of JDK7 default Verifier.

Can I fix this problem use only BCEL or BCEL team have a plan to accommodate it?