JDK-8334734 : Remove specialized readXxxEntry methods from ClassReader
Type:Bug
Component:core-libs
Sub-Component:java.lang.classfile
Affected Version:23
Priority:P4
Status:In Progress
Resolution:Unresolved
Submitted:2024-06-21
Updated:2024-07-01
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.
ClassReader.readXxxEntry were added before we had generic, type-aware readEntry and readEntryOrNull APIs. We should remove these specialized versions in favor of the generic version to reduce API bloating.
Comments
A pull request was submitted for review.
URL: https://git.openjdk.org/jdk/pull/19833
Date: 2024-06-21 15:52:44 +0000