src/share/vm/runtime/globals.hpp

changeset 1942
b96a3e44582f
parent 1899
1a88d3c58e1d
child 1944
3a9de63b2209
equal deleted inserted replaced
1916:3548f3198dca 1942:b96a3e44582f
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") \

mercurial