JDK-8254271 : Development to deprecate wrapper class constructors for removal
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.lang
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-10-08
  • Updated: 2020-11-06
  • Resolved: 2020-11-06
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.
Other
repo-valhallaFixed
Related Reports
Blocks :  
Description
Deprecate for removal the public constructors of Boolean, Byte, Short, Integer, Long, Character, Float, and Double.
Update existing references (where possible) to use the valueOf methods.

For development purposes,  'Valhalla/jep390' branch, based off of jdk/master.

The CSR for these changes will based on 8252180.
Comments
There is no need for a separate task for merging. That's part of the original issue. It just extra overhead.
09-10-2020