--- 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 " \