src/share/vm/runtime/globals.hpp

changeset 4145
bacdc1d5c21c
parent 4081
9a86ddfc6c8f
child 4151
6e5a59a8e4a7
equal deleted inserted replaced
4144:ba8fd2fe198b 4145:bacdc1d5c21c
1064 \ 1064 \
1065 product(intx, MonitorBound, 0, "Bound Monitor population") \ 1065 product(intx, MonitorBound, 0, "Bound Monitor population") \
1066 \ 1066 \
1067 product(bool, MonitorInUseLists, false, "Track Monitors for Deflation") \ 1067 product(bool, MonitorInUseLists, false, "Track Monitors for Deflation") \
1068 \ 1068 \
1069 product(intx, Atomics, 0, \
1070 "(Unsafe,Unstable) Diagnostic - Controls emission of atomics") \
1071 \
1072 product(intx, SyncFlags, 0, "(Unsafe,Unstable) Experimental Sync flags" ) \ 1069 product(intx, SyncFlags, 0, "(Unsafe,Unstable) Experimental Sync flags" ) \
1073 \ 1070 \
1074 product(intx, SyncVerbose, 0, "(Unstable)" ) \ 1071 product(intx, SyncVerbose, 0, "(Unstable)" ) \
1075 \ 1072 \
1076 product(intx, ClearFPUAtPark, 0, "(Unsafe,Unstable)" ) \ 1073 product(intx, ClearFPUAtPark, 0, "(Unsafe,Unstable)" ) \

mercurial