hotspot/src/share/vm/runtime/globals.hpp
changeset 5710 d664086c0add
parent 5539 261ecc5bb65e
child 5712 7e82752d3fdf
equal deleted inserted replaced
5684:f6538e83cf3b 5710:d664086c0add
   918           "(Unsafe,Unstable) "                                              \
   918           "(Unsafe,Unstable) "                                              \
   919           " Controls emission of inline sync fast-path code")               \
   919           " Controls emission of inline sync fast-path code")               \
   920                                                                             \
   920                                                                             \
   921   product(intx, AlwaysInflate, 0, "(Unstable) Force inflation")             \
   921   product(intx, AlwaysInflate, 0, "(Unstable) Force inflation")             \
   922                                                                             \
   922                                                                             \
       
   923   product(intx, MonitorBound, 0, "Bound Monitor population")                \
       
   924                                                                             \
       
   925   product(bool, MonitorInUseLists, false, "Track Monitors for Deflation")   \
       
   926                                                                             \
   923   product(intx, Atomics, 0,                                                 \
   927   product(intx, Atomics, 0,                                                 \
   924           "(Unsafe,Unstable) Diagnostic - Controls emission of atomics")    \
   928           "(Unsafe,Unstable) Diagnostic - Controls emission of atomics")    \
   925                                                                             \
   929                                                                             \
   926   product(intx, FenceInstruction, 0,                                        \
   930   product(intx, FenceInstruction, 0,                                        \
   927           "(Unsafe,Unstable) Experimental")                                 \
   931           "(Unsafe,Unstable) Experimental")                                 \