src/hotspot/share/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/runtime/globals.hpp	Wed Nov  1 11:21:42 2017
--- new/src/hotspot/share/runtime/globals.hpp	Wed Nov  1 11:21:42 2017

*** 1142,1153 **** --- 1142,1153 ---- "Write memory usage profiling to log file") \ \ 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 " \ "class loader must call VM synchronized for findClass " \ "and defineClass.") \

src/hotspot/share/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File