Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6807702
Votes 0
Synopsis Integer.valueOf cache should be configurable
Category java:classes_lang
Reported Against
Release Fixed 6u14(b03)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs 2173436 , 2173437
Submit Date 19-FEB-2009
Description
j.l.Integer has a cache to support the  customer  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.
Posted Date : 2009-02-19 18:05:34.0
Work Around
N/A
Evaluation
As per description.
Posted Date : 2009-02-25 20:02:28.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang