Uploaded image for project: 'Commons BCEL'
  1. Commons BCEL
  2. BCEL-168

Stack map table problem with in JDK7 (java.lang.VerifyError: Expecting a stack map frame in method)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Resolution: Unresolved
    • 5.2
    • None
    • Main
    • None
    • Operating System:
      Platform: PC

    Description

      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?

      Attachments

        Activity

          People

            issues@commons.apache.org Apache Commons Developers
            sam@jennifersoft.com sam
            Votes:
            3 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: