< prev index next >

src/share/vm/services/runtimeService.hpp

Print this page
rev 6868 : 8059216: Make PrintGCApplicationStoppedTime print information about stopping threads
Reviewed-by: dholmes, brutisso

@@ -38,10 +38,11 @@
   static PerfCounter* _interrupted_before_count;  // _INTERRUPTIBLE OS_INTRPT
   static PerfCounter* _interrupted_during_count;  // _INTERRUPTIBLE OS_INTRPT
 
   static TimeStamp _safepoint_timer;
   static TimeStamp _app_timer;
+  static double _last_safepoint_sync_time_sec;
 
 public:
   static void init();
 
   static jlong safepoint_sync_time_ms();
< prev index next >