RFR: 8254271: Development to deprecate wrapper class constructors for removal
Mandy Chung
mchung at openjdk.java.net
Tue Oct 13 19:07:24 UTC 2020
On Fri, 9 Oct 2020 17:49:09 GMT, Roger Riggs <rriggs 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).
-------------
PR: https://git.openjdk.java.net/valhalla/pull/221
More information about the valhalla-dev
mailing list