You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by bu...@apache.org on 2012/10/11 10:23:23 UTC

[Bug 53991] New: Stack map table problem with in JDK7 (java.lang.VerifyError: Expecting a stack map frame in method)

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

          Priority: P2
            Bug ID: 53991
          Assignee: issues@commons.apache.org
           Summary: Stack map table problem with in JDK7
                    (java.lang.VerifyError: Expecting a stack map frame in
                    method)
          Severity: major
    Classification: Unclassified
          Reporter: sam@jennifersoft.com
          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.