< prev index next >

src/share/vm/runtime/globals.hpp

Print this page
rev 13098 : imported patch deflation

*** 1182,1191 **** --- 1182,1197 ---- product(intx, MonitorBound, 0, "Bound Monitor population") \ range(0, max_jint) \ \ product(bool, MonitorInUseLists, true, "Track Monitors for Deflation") \ \ + experimental(intx, MonitorUsedDeflationThreshold, 90, \ + "Percentage of used monitors before trigger cleanup " \ + "safepoint which deflates monitors (0 is off)" \ + "The check is performed on GuaranteedSafepointInterval") \ + range(0, 100) \ + \ experimental(intx, SyncFlags, 0, "(Unsafe, Unstable) " \ "Experimental Sync flags") \ \ experimental(intx, SyncVerbose, 0, "(Unstable)") \ \
< prev index next >