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

          Priority: P2
            Bug ID: 53991
          Assignee: [email protected]
           Summary: Stack map table problem with in JDK7
                    (java.lang.VerifyError: Expecting a stack map frame in
                    method)
          Severity: major
    Classification: Unclassified
          Reporter: [email protected]
          Hardware: PC
            Status: NEW
           Version: 5.2
         Component: Main
           Product: BCEL

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?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to