diff src/share/vm/runtime/globals.hpp @ 14409:b55e4bd0389e

Merge
author kvn
date Fri, 16 Aug 2013 16:23:01 -0700
parents ec28f9c041ff 8796fd3ac898
children bdd155477289
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Aug 02 16:46:45 2013 +0200
+++ b/src/share/vm/runtime/globals.hpp	Fri Aug 16 16:23:01 2013 -0700
@@ -1688,6 +1688,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)")             \
                                                                             \
@@ -1699,6 +1702,14 @@
           "Whether to always record survivor space PLAB bdries"             \
           " (effective only if CMSParallelSurvivorRemarkEnabled)")          \
                                                                             \
+  product(bool, CMSEdenChunksRecordAlways, true,                            \
+          "Whether to always record eden chunks used for "                  \
+          "the parallel initial mark or remark of eden" )                   \
+                                                                            \
+  product(bool, CMSPrintEdenSurvivorChunks, false,                          \
+          "Print the eden and the survivor chunks used for the parallel "   \
+          "initial mark or remark of the eden/survivor spaces")             \
+                                                                            \
   product(bool, CMSConcurrentMTEnabled, true,                               \
           "Whether multi-threaded concurrent work enabled (if ParNewGC)")   \
                                                                             \