hotspot/src/share/vm/runtime/globals.hpp
changeset 30302 ecca632210ef
parent 30209 8ea30dc99369
child 30305 b92a97e1e9cb
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Apr 22 21:33:55 2015 +0300
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Apr 22 19:10:03 2015 +0300
@@ -2235,6 +2235,9 @@
           "When +ReduceInitialCardMarks, explicitly defer any that "        \
           "may arise from new_pre_store_barrier")                           \
                                                                             \
+  product(bool, UseCondCardMark, false,                                     \
+          "Check for already marked card before updating card table")       \
+                                                                            \
   diagnostic(bool, VerifyRememberedSets, false,                             \
           "Verify GC remembered sets")                                      \
                                                                             \