JDK-8230771 : Remove terminally deprecated constructors in java.base
Type:Bug
Component:core-libs
Sub-Component:java.lang
Affected Version:15
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2019-09-09
Updated:2020-01-11
Resolved:2019-12-12
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.
In JDK-8230723, constructors in java.lang.invoke.ConstantBootstraps and java.lang.reflect.Modifier were deprecated for removal. They should be removed.
Comments
Non-trivial contents of this fix in the changeset
https://hg.openjdk.java.net/jdk/jdk/rev/63e17cf29bed
erroneously pushed under the wrong bugid.
The standard policy for removal is now one year after terminal deprecation, which would put this out until JDK 16. However, these items are small, unused, and are essentially just cleanup, so I'd argue that a six-month notice is sufficient here.