JDK-8352748 : Remove com.sun.tools.classfile from the JDK
  • Type: Enhancement
  • Component: tools
  • Affected Version: 25
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2025-03-24
  • Updated: 2025-03-24
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
Related Reports
Blocks :  
Blocks :  
Description
com.sun.tools.classfile is a legacy proprietary class file processing library once used by some JDK command line tools like jdeps, jdeprscan, and javap. These tools have now all migrated to the ClassFile API, which provides better error handling and forward compatibility. We should remove this library once all its dependencies are gone, most notably the CreateSymbols tool and CombinationsTargetTest3 (which couldn't use ClassFile API due to a javac bug)