JDK-8356548 : Avoid using ASM to parse latest class files in tests
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 25
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2025-05-08
  • Updated: 2025-05-27
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 25
25Unresolved
Description
Some tests use ASM to parse latest class files, which makes them ineligible for upgrades. We need to either:
1. Migrate them to ClassFile API
2. Set source and release version in javac flags
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/25124 Date: 2025-05-08 14:57:05 +0000
08-05-2025