hotspot/src/share/vm/runtime/globals.hpp
changeset 18996 05c86e558c94
parent 18994 d32a17b7502c
child 18997 1e0cf7cd4ab0
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Jul 25 07:02:45 2013 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Thu Jul 25 11:07:23 2013 -0700
@@ -1689,6 +1689,9 @@
   product(bool, CMSAbortSemantics, false,                                   \
           "Whether abort-on-overflow semantics is implemented")             \
                                                                             \
+  product(bool, CMSParallelInitialMarkEnabled, true,                        \
+          "Use the parallel initial mark.")                                 \
+                                                                            \
   product(bool, CMSParallelRemarkEnabled, true,                             \
           "Whether parallel remark enabled (only if ParNewGC)")             \
                                                                             \