src/share/vm/services/runtimeService.hpp

changeset 7326
6f06ebb09080
parent 4165
fb19af007ffc
child 7535
7ae4e26cb1e0
     1.1 --- a/src/share/vm/services/runtimeService.hpp	Thu Oct 30 13:03:30 2014 +0100
     1.2 +++ b/src/share/vm/services/runtimeService.hpp	Tue Oct 28 18:41:34 2014 +0400
     1.3 @@ -40,6 +40,7 @@
     1.4  
     1.5    static TimeStamp _safepoint_timer;
     1.6    static TimeStamp _app_timer;
     1.7 +  static double _last_safepoint_sync_time_sec;
     1.8  
     1.9  public:
    1.10    static void init();

mercurial