7146729: nightly failure after 7141200: tty is sometimes null during shutdown of main thread

Fri, 17 Feb 2012 12:18:10 -0800

author
never
date
Fri, 17 Feb 2012 12:18:10 -0800
changeset 3578
72c425c46102
parent 3577
9b8ce46870df
child 3579
15085a6eb50c

7146729: nightly failure after 7141200: tty is sometimes null during shutdown of main thread
Reviewed-by: kvn

src/share/vm/utilities/events.hpp file | annotate | diff | comparison | revisions
     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