diff src/share/vm/runtime/globals.hpp @ 11975:ca9dedeebdec

6412968: CMS Long initial mark pauses Reviewed-by: rasbold, tschatzl, jmasa Contributed-by: yamauchi@google.com
author jmasa
date Thu, 25 Jul 2013 11:07:23 -0700
parents 7b06ae405d7b
children 8796fd3ac898
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Jul 25 07:02:45 2013 -0700
+++ b/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)")             \
                                                                             \