review request (L): 7030453: JSR 292 ClassValue.get method is too slow
John Rose
john.r.rose at oracle.com
Tue Sep 20 05:35:06 UTC 2011
On Sep 19, 2011, at 7:00 PM, Krystal Mok wrote:
> FYI, There's one, java.lang.Integer's cache size is tunable via JVM command line flag -XX:AutoBoxCacheMax, which in turn sets Java system property "java.lang.Integer.IntegerCache.high", and affects the Integer cache size. But that's probably a special case anyway.
Thanks for the reminder, Kris. -- John
More information about the core-libs-dev
mailing list