hotspot/src/share/vm/runtime/globals.hpp
changeset 9331 9a575ce594ed
parent 9124 f60dee480d49
child 9333 36b8f9661154
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Apr 26 12:14:22 2011 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Apr 27 15:40:36 2011 -0700
@@ -620,6 +620,9 @@
   product(bool, UseSSE42Intrinsics, false,                                  \
           "SSE4.2 versions of intrinsics")                                  \
                                                                             \
+  product(bool, UseCondCardMark, false,                                     \
+          "Check for already marked card before updating card table")       \
+                                                                            \
   develop(bool, TraceCallFixup, false,                                      \
           "traces all call fixups")                                         \
                                                                             \