diff -r 3548f3198dca -r b96a3e44582f src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Wed May 26 14:16:55 2010 -0700 +++ b/src/share/vm/runtime/globals.hpp Thu Jun 03 13:21:47 2010 -0400 @@ -920,6 +920,10 @@ \ product(intx, AlwaysInflate, 0, "(Unstable) Force inflation") \ \ + product(intx, MonitorBound, 0, "Bound Monitor population") \ + \ + product(bool, MonitorInUseLists, false, "Track Monitors for Deflation") \ + \ product(intx, Atomics, 0, \ "(Unsafe,Unstable) Diagnostic - Controls emission of atomics") \ \