changeset 5710 | d664086c0add |
parent 5539 | 261ecc5bb65e |
child 5712 | 7e82752d3fdf |
--- a/hotspot/src/share/vm/runtime/globals.hpp Wed May 26 14:16:55 2010 -0700 +++ b/hotspot/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") \ \