RFR: 8254271: Development to deprecate wrapper class constructors for removal

Roger Riggs rriggs at openjdk.java.net
Tue Oct 13 20:35:24 UTC 2020


On Tue, 13 Oct 2020 19:04:31 GMT, Mandy Chung <mchung at openjdk.org> wrote:

>> The public constructors of the following classes have been deprecated since SE 9, and should be deprecated for removal
>> in anticipation of these classes becoming inline classes.
>> java.lang.Boolean, Byte, Short, Integer, Long, Float, Double, and Character.
>> 
>> Existing uses of the constructors are converted to use the .valueOf(xxx) methods in classes and tests.
>
> Marked as reviewed by mchung (Reviewer).

Please review the CSR for 8252180, to be used for the integration

CSR 8254324: [JEP 390] Deprecate wrapper class constructors for removal

-------------

PR: https://git.openjdk.java.net/valhalla/pull/221



More information about the valhalla-dev mailing list