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