JDK-8037221 : [asm] refresh internal ASM version
  • Type: Bug
  • Component: other-libs
  • Sub-Component: other
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-03-12
  • Updated: 2014-09-26
  • Resolved: 2014-03-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u20Fixed 9 b06Fixed
Related Reports
Relates :  
Description
ASM_5 has bug fixes made by ObjectWeb, it would be prudent to pick these up, as one of them
solves a runtime verifier issue.

http://websvn.ow2.org/comp.php?repname=asm&compare[]=/trunk/asm/src/org/objectweb/asm/Frame.java@1709&compare[]=/trunk/asm/src/org/objectweb/asm/Frame.java@1710

which fixes

http://forge.ow2.org/tracker/?group_id=23&atid=100023&func=detail&aid=316545
Comments
There are no specific tests but all the existing regressions must pass in particular the following: nashorn/test jdk/test/tools/pack200 jdk/test/java/lang/invoke jdk/test/java/util jdk/test/javax/script jdk/test/sun/tools/jrunscript jdk/test/closed/com/oracle/jfr langtools/test and nashorn tests: test test262 octane
14-03-2014