hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp
changeset 2154 72a9b7284ccf
parent 2105 347008ce7984
parent 2142 032f4652700c
child 2252 703d28e44a42
equal deleted inserted replaced
2106:ec595a5e793e 2154:72a9b7284ccf
   170           "If true, print stats on RS filtering effectiveness")             \
   170           "If true, print stats on RS filtering effectiveness")             \
   171                                                                             \
   171                                                                             \
   172   develop(bool, G1RSBarrierUseQueue, true,                                  \
   172   develop(bool, G1RSBarrierUseQueue, true,                                  \
   173           "If true, use queueing RS barrier")                               \
   173           "If true, use queueing RS barrier")                               \
   174                                                                             \
   174                                                                             \
       
   175   develop(bool, G1DeferredRSUpdate, true,                                   \
       
   176           "If true, use deferred RS updates")                               \
       
   177                                                                             \
   175   develop(bool, G1RSLogCheckCardTable, false,                               \
   178   develop(bool, G1RSLogCheckCardTable, false,                               \
   176           "If true, verify that no dirty cards remain after RS log "        \
   179           "If true, verify that no dirty cards remain after RS log "        \
   177           "processing.")                                                    \
   180           "processing.")                                                    \
   178                                                                             \
   181                                                                             \
   179   product(intx, G1MinPausesBetweenMarks, 2,                                 \
   182   product(intx, G1MinPausesBetweenMarks, 2,                                 \