comparison src/share/vm/runtime/globals.hpp @ 6840:6e5a59a8e4a7

Merge
author rbackman
date Tue, 09 Oct 2012 07:41:27 +0200
parents 22b8d3d181d9 bacdc1d5c21c
children d804e148cff8 bdb5f8c9978b
comparison
equal deleted inserted replaced
6830:81e878c53615 6840:6e5a59a8e4a7
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)" ) \