comparison src/share/vm/runtime/globals.hpp @ 1587:b96a3e44582f

6852873: Reduce safepoint cleanup time Summary: New optional flags to reduce inflated monitor cleanup times Reviewed-by: chrisphi, dice
author acorn
date Thu, 03 Jun 2010 13:21:47 -0400
parents 1a88d3c58e1d
children 3a9de63b2209
comparison
equal deleted inserted replaced
1561:3548f3198dca 1587: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") \