JDK-8331855 : Convert jdk.jdeps jdeprscan and jdeps to use the Classfile API
  • Type: Sub-task
  • Component: tools
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-05-07
  • Updated: 2024-07-11
  • Resolved: 2024-05-17
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 23
23 b24Fixed
Related Reports
Relates :  
Description
classes directly using com.sun.tool.classfile library in com.sun.tools.jdeprscan.scan package:
 - CPEntries
 - CPSelector
 - ClassFinder
 - Scan

Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/19193 Date: 2024-05-11 19:35:33 +0000
11-07-2024

Changeset: d4c2edf2 Author: Chen Liang <liach@openjdk.org> Committer: Adam Sotona <asotona@openjdk.org> Date: 2024-05-17 12:26:22 +0000 URL: https://git.openjdk.org/jdk/commit/d4c2edf2c91a790874c80f1a7bea5bfd4f438bde
17-05-2024