src/hotspot/share/runtime/globals.hpp
changeset 47774 69c081ca110a
parent 47687 fb290fd1f9d4
child 47776 52e85a3fa0ab
--- a/src/hotspot/share/runtime/globals.hpp	Thu Nov 02 18:44:44 2017 +0300
+++ b/src/hotspot/share/runtime/globals.hpp	Thu Nov 02 11:00:34 2017 -0500
@@ -1144,8 +1144,8 @@
   notproduct(bool, PrintSystemDictionaryAtExit, false,                      \
           "Print the system dictionary at exit")                            \
                                                                             \
-  experimental(intx, PredictedLoadedClassCount, 0,                          \
-          "Experimental: Tune loaded class cache starting size")            \
+  diagnostic(bool, DynamicallyResizeSystemDictionaries, true,               \
+          "Dynamically resize system dictionaries as needed")               \
                                                                             \
   diagnostic(bool, UnsyncloadClass, false,                                  \
           "Unstable: VM calls loadClass unsynchronized. Custom "            \