hotspot/src/share/vm/runtime/globals.hpp
changeset 11628 13155c0c00b4
parent 11601 f359304c1856
child 11630 65cad763ad87
--- a/hotspot/src/share/vm/runtime/globals.hpp	Mon Jan 30 05:08:09 2012 -0800
+++ b/hotspot/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 "          \