comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 3888:4fe626cbf0bf

7066841: remove MacroAssembler::br_on_reg_cond() on sparc Summary: Remove the macro assembler routine br_on_reg_cond() and replace the remaining calls to that routine with an equivalent. Reviewed-by: kvn, iveresov
author johnc
date Wed, 31 Aug 2011 10:16:02 -0700
parents ae73da50be4b
children 4f41766176cf
comparison
equal deleted inserted replaced
3887:9447b2fb6fcf 3888:4fe626cbf0bf
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 " \