hotspot/src/share/vm/runtime/globals.hpp
changeset 5086 ebccc0bb7b8e
parent 5039 0ab1816a8c6d
child 5095 06b1faf0df9c
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri Mar 12 10:42:16 2010 -0500
+++ b/hotspot/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)")                              \
                                                                             \