JDK-8321224 : ct.sym for JDK 22 contains references to internal modules
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 22
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-12-03
  • Updated: 2023-12-11
  • Resolved: 2023-12-05
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 22
22 b27Fixed
Related Reports
CSR :  
Relates :  
Description
The ct.sym is currently containing (incorrect) references to modules like jdk.internal.le. For example, the ct.sym contains this file:
M/jdk.internal.le/module-info.sig

This is a consequence of JDK-8318913.

These references should be removed.
Comments
Changeset: 18c79227 Author: Jan Lahoda <jlahoda@openjdk.org> Date: 2023-12-05 17:24:48 +0000 URL: https://git.openjdk.org/jdk/commit/18c7922781536366be93b2478251e32e261d06bb
05-12-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16942 Date: 2023-12-03 21:31:42 +0000
04-12-2023