src/share/vm/gc_implementation/g1/g1_globals.hpp

changeset 1051
4f360ec815ba
parent 980
58054a18d735
child 1063
7bb995fbd3c0
child 1073
2a5da27ccae9
     1.1 --- a/src/share/vm/gc_implementation/g1/g1_globals.hpp	Mon Mar 02 16:37:04 2009 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1_globals.hpp	Fri Mar 06 13:50:14 2009 -0800
     1.3 @@ -172,6 +172,9 @@
     1.4    develop(bool, G1RSBarrierUseQueue, true,                                  \
     1.5            "If true, use queueing RS barrier")                               \
     1.6                                                                              \
     1.7 +  develop(bool, G1DeferredRSUpdate, true,                                   \
     1.8 +          "If true, use deferred RS updates")                               \
     1.9 +                                                                            \
    1.10    develop(bool, G1RSLogCheckCardTable, false,                               \
    1.11            "If true, verify that no dirty cards remain after RS log "        \
    1.12            "processing.")                                                    \

mercurial