Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Sun JDK 1.5 / 1.6,
64bit / 32bit emul.
asm 2.2.3
Description
I think there is a bug in the asm bytecode transformer (considered as "experimental"?).
The transformer transforms some methods into bytecode which seems to be not valid. The ASM CheckClassAdapter and the JVM-Verifier fails to check the transformed class with a VerifyError.
I will provide a TestCase to show this problem.