hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp
changeset 2154 72a9b7284ccf
parent 2105 347008ce7984
parent 2142 032f4652700c
child 2252 703d28e44a42
--- a/hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp	Mon Mar 09 13:34:00 2009 -0700
+++ b/hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp	Thu Mar 12 18:16:36 2009 -0700
@@ -172,6 +172,9 @@
   develop(bool, G1RSBarrierUseQueue, true,                                  \
           "If true, use queueing RS barrier")                               \
                                                                             \
+  develop(bool, G1DeferredRSUpdate, true,                                   \
+          "If true, use deferred RS updates")                               \
+                                                                            \
   develop(bool, G1RSLogCheckCardTable, false,                               \
           "If true, verify that no dirty cards remain after RS log "        \
           "processing.")                                                    \