src/share/vm/services/runtimeService.hpp

changeset 7326
6f06ebb09080
parent 4165
fb19af007ffc
child 7535
7ae4e26cb1e0
equal deleted inserted replaced
7325:3c87c13918fb 7326: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();

mercurial