diff src/share/vm/services/runtimeService.hpp @ 20612:6f06ebb09080

8059216: Make PrintGCApplicationStoppedTime print information about stopping threads Reviewed-by: dholmes, brutisso
author vkempik
date Tue, 28 Oct 2014 18:41:34 +0400
parents fb19af007ffc
children
line wrap: on
line diff
--- a/src/share/vm/services/runtimeService.hpp	Thu Oct 30 13:03:30 2014 +0100
+++ b/src/share/vm/services/runtimeService.hpp	Tue Oct 28 18:41:34 2014 +0400
@@ -40,6 +40,7 @@
 
   static TimeStamp _safepoint_timer;
   static TimeStamp _app_timer;
+  static double _last_safepoint_sync_time_sec;
 
 public:
   static void init();