hotspot/src/share/vm/runtime/globals.hpp
changeset 27156 c35391bc4c57
parent 27148 a4b542d56e01
parent 27154 ccf8883e01be
child 27170 d9327404f387
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Oct 15 14:00:41 2014 +0200
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Thu Oct 16 15:59:39 2014 +0000
@@ -1533,8 +1533,11 @@
   product(bool, UseParNewGC, false,                                         \
           "Use parallel threads in the new generation")                     \
                                                                             \
-  product(bool, ParallelGCVerbose, false,                                   \
-          "Verbose output for parallel gc")                                 \
+  product(bool, PrintTaskqueue, false,                                      \
+          "Print taskqueue statistics for parallel collectors")             \
+                                                                            \
+  product(bool, PrintTerminationStats, false,                               \
+          "Print termination statistics for parallel collectors")           \
                                                                             \
   product(uintx, ParallelGCBufferWastePct, 10,                              \
           "Wasted fraction of parallel allocation buffer")                  \