Details
-
Bug
-
Status: Open
-
Resolution: Unresolved
-
5.2
-
None
-
None
-
Operating System:
Platform: PC
-
major
-
P2
-
53991
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?