comparison 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
comparison
equal deleted inserted replaced
20611:3c87c13918fb 20612:6f06ebb09080
38 static PerfCounter* _interrupted_before_count; // _INTERRUPTIBLE OS_INTRPT 38 static PerfCounter* _interrupted_before_count; // _INTERRUPTIBLE OS_INTRPT
39 static PerfCounter* _interrupted_during_count; // _INTERRUPTIBLE OS_INTRPT 39 static PerfCounter* _interrupted_during_count; // _INTERRUPTIBLE OS_INTRPT
40 40
41 static TimeStamp _safepoint_timer; 41 static TimeStamp _safepoint_timer;
42 static TimeStamp _app_timer; 42 static TimeStamp _app_timer;
43 static double _last_safepoint_sync_time_sec;
43 44
44 public: 45 public:
45 static void init(); 46 static void init();
46 47
47 static jlong safepoint_sync_time_ms(); 48 static jlong safepoint_sync_time_ms();