diff src/share/vm/runtime/globals.hpp @ 20190:0982ec23da03

8043607: Add a GC id as a log decoration similar to PrintGCTimeStamps Reviewed-by: jwilhelm, ehelin, tschatzl
author brutisso
date Thu, 19 Jun 2014 13:31:14 +0200
parents 2b8a9740813e
children 009de2b033fc
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed Jun 25 15:51:15 2014 -0700
+++ b/src/share/vm/runtime/globals.hpp	Thu Jun 19 13:31:14 2014 +0200
@@ -2287,6 +2287,9 @@
   manageable(bool, PrintGCTimeStamps, false,                                \
           "Print timestamps at garbage collection")                         \
                                                                             \
+  manageable(bool, PrintGCID, false,                                        \
+          "Print an identifier for each garbage collection")                \
+                                                                            \
   product(bool, PrintGCTaskTimeStamps, false,                               \
           "Print timestamps for individual gc worker thread tasks")         \
                                                                             \