src/share/vm/opto/c2_globals.hpp

Print this page

        

@@ -588,13 +588,10 @@
           "Trace type profile")                                             \
                                                                             \
   develop(bool, PoisonOSREntry, true,                                       \
            "Detect abnormal calls to OSR code")                             \
                                                                             \
-  product(bool, UseCondCardMark, false,                                     \
-          "Check for already marked card before updating card table")       \
-                                                                            \
   develop(bool, SoftMatchFailure, trueInProduct,                            \
           "If the DFA fails to match a node, print a message and bail out") \
                                                                             \
   develop(bool, InlineAccessors, true,                                      \
           "inline accessor methods (get/set)")                              \