src/share/vm/runtime/globals.hpp

changeset 2814
149bb459be66
parent 2750
6c97c830fb6f
child 2816
286c498ae0d4
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Apr 26 12:14:22 2011 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Apr 27 15:40:36 2011 -0700
     1.3 @@ -620,6 +620,9 @@
     1.4    product(bool, UseSSE42Intrinsics, false,                                  \
     1.5            "SSE4.2 versions of intrinsics")                                  \
     1.6                                                                              \
     1.7 +  product(bool, UseCondCardMark, false,                                     \
     1.8 +          "Check for already marked card before updating card table")       \
     1.9 +                                                                            \
    1.10    develop(bool, TraceCallFixup, false,                                      \
    1.11            "traces all call fixups")                                         \
    1.12                                                                              \

mercurial