JDK-8294962 : Convert java.base/jdk.internal.module package to use the Classfile API to modify and write module-info.class
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.lang.module
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-10-07
  • Updated: 2023-08-09
  • Resolved: 2023-03-15
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 21
21 b14Fixed
Related Reports
Relates :  
Description
Classes using ASM are jdk.internal.module.ModuleInfoExtender and ModuleInfoWriter
Comments
Changeset: 714b5f03 Author: Adam Sotona <asotona@openjdk.org> Date: 2023-03-15 07:09:55 +0000 URL: https://git.openjdk.org/jdk/commit/714b5f036fc70d8d1d4d3ec8777fe95cffc0fe5b
15-03-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/11368 Date: 2022-11-25 14:38:55 +0000
09-03-2023

Draft of pull request: https://github.com/openjdk/jdk/pull/11368
29-11-2022

This use case has been included in the Classfile API development, see: https://github.com/openjdk/jdk-sandbox/tree/classfile-api-dev-branch#use-cases
07-10-2022