--- old/src/share/vm/runtime/globals.hpp 2014-10-03 14:44:52.255684240 -0700 +++ new/src/share/vm/runtime/globals.hpp 2014-10-03 14:44:52.167684242 -0700 @@ -1529,8 +1529,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") \