-
Bug
-
Resolution: Fixed
-
P3
-
5.0, 7
-
b03
-
generic, x86
-
generic, linux, windows_2000
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2174041 | 7 | Alan Bateman | P3 | Closed | Fixed | b55 |
j.l.Integer has a cache to support the object identity semantics of autoboxing for values between -128 and 127 (inclusive). Some applications/benchmarks benefit from a larger cache and HotSpot already has the ability to configure a larger cache if supported by the Integer implementation.
- backported by
-
JDK-2174041 Integer.valueOf cache should be configurable
- Closed
- duplicates
-
JDK-6239319 Configurable cache for valueOf method in the Short, Integer and Long classes
- Closed
-
JDK-6524464 Long.valueOf(String) should cache
- Closed
- relates to
-
JDK-7165102 Only run assertion on Integer autoboxing cache size once
- Closed
-
JDK-7103957 NegativeArraySizeException while initializing class IntegerCache
- Closed
-
JDK-6968657 IntegerCache should have a minCache value as well as current -XX:AutoBoxCacheMax
- Closed
(1 relates to)