diff src/share/vm/runtime/globals.hpp @ 4864:b2cd0ee8f778

7114376: Make system dictionary hashtable bucket array size configurable Summary: 7u4 new experimental flag -XX:PredictedClassLoadedCount=# Reviewed-by: dholmes, phh, dcubed
author acorn
date Mon, 30 Jan 2012 23:27:30 -0500
parents de268c8a8075
children 527cf36f4a20
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Jan 30 05:08:09 2012 -0800
+++ b/src/share/vm/runtime/globals.hpp	Mon Jan 30 23:27:30 2012 -0500
@@ -1042,6 +1042,9 @@
   notproduct(bool, PrintSystemDictionaryAtExit, false,                      \
           "Prints the system dictionary at exit")                           \
                                                                             \
+  experimental(intx, PredictedLoadedClassCount, 0,                          \
+          "Experimental: Tune loaded class cache starting size.")           \
+                                                                            \
   diagnostic(bool, UnsyncloadClass, false,                                  \
           "Unstable: VM calls loadClass unsynchronized. Custom "            \
           "class loader  must call VM synchronized for findClass "          \