hotspot/src/share/vm/runtime/globals.hpp
changeset 13955 f386817ce2d2
parent 13861 619cff4bfb8b
child 13961 aeaa21c167d1
equal deleted inserted replaced
13954:7baa94958679 13955:f386817ce2d2
  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)" )                    \