comparison src/share/vm/services/runtimeService.hpp @ 20804:7848fc12602b

Merge with jdk8u40-b25
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Tue, 07 Apr 2015 14:58:49 +0200
parents 6f06ebb09080
children
comparison
equal deleted inserted replaced
20184:84105dcdb05b 20804:7848fc12602b
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();