comparison src/share/vm/runtime/globals.hpp @ 6834:bacdc1d5c21c

6884973: java -XX:Atomics=2 crashes Summary: Remove buggy experimental option Reviewed-by: acorn, coleenp Contributed-by: harold.seigel@oracle.com
author coleenp
date Thu, 04 Oct 2012 08:43:14 -0400
parents 9a86ddfc6c8f
children 6e5a59a8e4a7
comparison
equal deleted inserted replaced
6833:ba8fd2fe198b 6834: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)" ) \