src/hotspot/share/runtime/globals.hpp
changeset 47774 69c081ca110a
parent 47687 fb290fd1f9d4
child 47776 52e85a3fa0ab
equal deleted inserted replaced
47773:6e3ab27f9144 47774:69c081ca110a
  1142           "Write memory usage profiling to log file")                       \
  1142           "Write memory usage profiling to log file")                       \
  1143                                                                             \
  1143                                                                             \
  1144   notproduct(bool, PrintSystemDictionaryAtExit, false,                      \
  1144   notproduct(bool, PrintSystemDictionaryAtExit, false,                      \
  1145           "Print the system dictionary at exit")                            \
  1145           "Print the system dictionary at exit")                            \
  1146                                                                             \
  1146                                                                             \
  1147   experimental(intx, PredictedLoadedClassCount, 0,                          \
  1147   diagnostic(bool, DynamicallyResizeSystemDictionaries, true,               \
  1148           "Experimental: Tune loaded class cache starting size")            \
  1148           "Dynamically resize system dictionaries as needed")               \
  1149                                                                             \
  1149                                                                             \
  1150   diagnostic(bool, UnsyncloadClass, false,                                  \
  1150   diagnostic(bool, UnsyncloadClass, false,                                  \
  1151           "Unstable: VM calls loadClass unsynchronized. Custom "            \
  1151           "Unstable: VM calls loadClass unsynchronized. Custom "            \
  1152           "class loader must call VM synchronized for findClass "           \
  1152           "class loader must call VM synchronized for findClass "           \
  1153           "and defineClass.")                                               \
  1153           "and defineClass.")                                               \