< prev index next >

src/hotspot/share/gc/z/z_globals.hpp

Print this page
rev 54995 : 8224675: Late GC barrier insertion for ZGC
Reviewed-by:


  65                                                                             \
  66   diagnostic(uint, ZStatisticsInterval, 10,                                 \
  67           "Time between statistics print outs (in seconds)")                \
  68           range(1, (uint)-1)                                                \
  69                                                                             \
  70   diagnostic(bool, ZStatisticsForceTrace, false,                            \
  71           "Force tracing of ZStats")                                        \
  72                                                                             \
  73   diagnostic(bool, ZProactive, true,                                        \
  74           "Enable proactive GC cycles")                                     \
  75                                                                             \
  76   diagnostic(bool, ZVerifyViews, false,                                     \
  77           "Verify heap view accesses")                                      \
  78                                                                             \
  79   diagnostic(bool, ZVerifyMarking, false,                                   \
  80           "Verify marking stacks")                                          \
  81                                                                             \
  82   diagnostic(bool, ZVerifyForwarding, false,                                \
  83           "Verify forwarding tables")                                       \
  84                                                                             \
  85   diagnostic(bool, ZOptimizeLoadBarriers, true,                             \
  86           "Apply load barrier optimizations")                               \
  87                                                                             \
  88   develop(bool, ZVerifyLoadBarriers, false,                                 \
  89           "Verify that reference loads are followed by barriers")
  90 
  91 #endif // SHARE_GC_Z_Z_GLOBALS_HPP


  65                                                                             \
  66   diagnostic(uint, ZStatisticsInterval, 10,                                 \
  67           "Time between statistics print outs (in seconds)")                \
  68           range(1, (uint)-1)                                                \
  69                                                                             \
  70   diagnostic(bool, ZStatisticsForceTrace, false,                            \
  71           "Force tracing of ZStats")                                        \
  72                                                                             \
  73   diagnostic(bool, ZProactive, true,                                        \
  74           "Enable proactive GC cycles")                                     \
  75                                                                             \
  76   diagnostic(bool, ZVerifyViews, false,                                     \
  77           "Verify heap view accesses")                                      \
  78                                                                             \
  79   diagnostic(bool, ZVerifyMarking, false,                                   \
  80           "Verify marking stacks")                                          \
  81                                                                             \
  82   diagnostic(bool, ZVerifyForwarding, false,                                \
  83           "Verify forwarding tables")                                       \
  84                                                                             \



  85   develop(bool, ZVerifyLoadBarriers, false,                                 \
  86           "Verify that reference loads are followed by barriers")
  87 
  88 #endif // SHARE_GC_Z_Z_GLOBALS_HPP
< prev index next >