hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp
changeset 10497 1bcff72a4b82
parent 10281 ad7517425333
child 10528 06fab03478df
equal deleted inserted replaced
10496:b209db6147cf 10497:1bcff72a4b82
   122           "If true, generate region filtering code in RS barrier")          \
   122           "If true, generate region filtering code in RS barrier")          \
   123                                                                             \
   123                                                                             \
   124   develop(bool, G1RSBarrierNullFilter, true,                                \
   124   develop(bool, G1RSBarrierNullFilter, true,                                \
   125           "If true, generate null-pointer filtering code in RS barrier")    \
   125           "If true, generate null-pointer filtering code in RS barrier")    \
   126                                                                             \
   126                                                                             \
   127   develop(bool, G1PrintCTFilterStats, false,                                \
       
   128           "If true, print stats on RS filtering effectiveness")             \
       
   129                                                                             \
       
   130   develop(bool, G1DeferredRSUpdate, true,                                   \
   127   develop(bool, G1DeferredRSUpdate, true,                                   \
   131           "If true, use deferred RS updates")                               \
   128           "If true, use deferred RS updates")                               \
   132                                                                             \
   129                                                                             \
   133   develop(bool, G1RSLogCheckCardTable, false,                               \
   130   develop(bool, G1RSLogCheckCardTable, false,                               \
   134           "If true, verify that no dirty cards remain after RS log "        \
   131           "If true, verify that no dirty cards remain after RS log "        \