Details
-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b17
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8048420 | 8u25 | Kumar Srinivasan | P2 | Resolved | Fixed | b05 |
JDK-8046721 | 8u20 | Kumar Srinivasan | P2 | Closed | Fixed | b20 |
JDK-8053677 | emb-8u26 | Kumar Srinivasan | P2 | Resolved | Fixed | b17 |
Description
A new ASM version has been released on ObjectWeb, this contains several bug fixes, it would be prudent to update the JDK sources with this.
Fixes the following ASM issues:
ASM 5.0.1:
317132 ASM 5.0 do not supported JDK 1.5?
317131 Infinite loop in InstructionAdapter.invokestatic(...).
316691 Incorrect StackMapFrame calculations for large > 32k methods in
Java 7.
317123 ASM5.0: Class MethodNode broken?
317127 duplicate entries in InnerClasses attribute.
ASM 5.0.2:
317135 Textifier prints bridge methods to be volatile
317151 fix for 316545 is incorrect
317136 ASMifier 5.0.1 output references package org.objectweb.asm.attrs
ASM 5.0.3:
Changes:
Replaced StringBuffer by StringBuilder.
Removed the empty asm.attrs package.
317200 Fix for 317127 eliminates some non-duplicate InnerClass attributes
317195 Method with 32 or 64 try finallys fails with asm
Fixes the following ASM issues:
ASM 5.0.1:
317132 ASM 5.0 do not supported JDK 1.5?
317131 Infinite loop in InstructionAdapter.invokestatic(...).
316691 Incorrect StackMapFrame calculations for large > 32k methods in
Java 7.
317123 ASM5.0: Class MethodNode broken?
317127 duplicate entries in InnerClasses attribute.
ASM 5.0.2:
317135 Textifier prints bridge methods to be volatile
317151 fix for 316545 is incorrect
317136 ASMifier 5.0.1 output references package org.objectweb.asm.attrs
ASM 5.0.3:
Changes:
Replaced StringBuffer by StringBuilder.
Removed the empty asm.attrs package.
317200 Fix for 317127 eliminates some non-duplicate InnerClass attributes
317195 Method with 32 or 64 try finallys fails with asm
Attachments
Issue Links
- backported by
-
JDK-8048420 [asm] refresh internal ASM version to v5.0.3
- Resolved
-
JDK-8053677 [asm] refresh internal ASM version to v5.0.3
- Resolved
-
JDK-8046721 [asm] refresh internal ASM version to v5.0.3
- Closed
- relates to
-
JDK-8044477 Fix fallthrough lint warning in ASM
- Resolved