src/share/vm/runtime/globals.hpp

changeset 4145
bacdc1d5c21c
parent 4081
9a86ddfc6c8f
child 4151
6e5a59a8e4a7
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Oct 04 08:38:06 2012 -0400
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu Oct 04 08:43:14 2012 -0400
     1.3 @@ -1066,9 +1066,6 @@
     1.4                                                                              \
     1.5    product(bool, MonitorInUseLists, false, "Track Monitors for Deflation")   \
     1.6                                                                              \
     1.7 -  product(intx, Atomics, 0,                                                 \
     1.8 -          "(Unsafe,Unstable) Diagnostic - Controls emission of atomics")    \
     1.9 -                                                                            \
    1.10    product(intx, SyncFlags, 0, "(Unsafe,Unstable) Experimental Sync flags" ) \
    1.11                                                                              \
    1.12    product(intx, SyncVerbose, 0, "(Unstable)" )                              \

mercurial