src/share/vm/utilities/events.hpp

changeset 3578
72c425c46102
parent 3571
09d00c18e323
child 3900
d2a62e0f25eb
     1.1 --- a/src/share/vm/utilities/events.hpp	Thu Feb 16 17:12:49 2012 -0800
     1.2 +++ b/src/share/vm/utilities/events.hpp	Fri Feb 17 12:18:10 2012 -0800
     1.3 @@ -95,7 +95,7 @@
     1.4    }
     1.5  
     1.6    double fetch_timestamp() {
     1.7 -    return tty->time_stamp().seconds();
     1.8 +    return os::elapsedTime();
     1.9    }
    1.10  
    1.11    // move the ring buffer to next open slot and return the index of

mercurial