review request (L): 7030453: JSR 292 ClassValue.get method is too slow (original) (raw)
John Rose john.r.rose at oracle.com
Mon Sep 19 22:35:06 PDT 2011
- Previous message: review request (L): 7030453: JSR 292 ClassValue.get method is too slow
- Next message: review request (L): 7030453: JSR 292 ClassValue.get method is too slow
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20110919/d0d29b19/attachment.html
- Previous message: review request (L): 7030453: JSR 292 ClassValue.get method is too slow
- Next message: review request (L): 7030453: JSR 292 ClassValue.get method is too slow
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list