-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
14
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
String and int are the most used types,and Integer.toString(int) are most used too.
Integer.toString may have a cache just like Integer.valueOf,it may save a lot of memory and gc time.
String and int are the most used types,and Integer.toString(int) are most used too.
Integer.toString may have a cache just like Integer.valueOf,it may save a lot of memory and gc time.
- relates to
-
JDK-4990346 wrapper static factories fail to cache as required
- Resolved