diff src/share/vm/runtime/globals.hpp @ 1321:0f6600cee529

6934758: Expose the break down of clean up task time during safepoint. Summary: Use -XX:+TraceSafepointCleanupTime to print out the details of each clean up tasks. Reviewed-by: dholmes, ysr
author xlu
date Sat, 13 Mar 2010 16:32:49 -0800
parents c76ca382971b
children 4a9cc99938e3
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Mar 12 10:42:16 2010 -0500
+++ b/src/share/vm/runtime/globals.hpp	Sat Mar 13 16:32:49 2010 -0800
@@ -2289,6 +2289,10 @@
           "print safepoint statistics only when safepoint takes"            \
           " more than PrintSafepointSatisticsTimeout in millis")            \
                                                                             \
+  product(bool, TraceSafepointCleanupTime, false,                           \
+          "print the break down of clean up tasks performed during"         \
+          " safepoint")                                                     \
+                                                                            \
   develop(bool, InlineAccessors, true,                                      \
           "inline accessor methods (get/set)")                              \
                                                                             \