提交 28d3b7b6 编写于 作者: N never

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

Reviewed-by: kvn
上级 cc11a297
......@@ -95,7 +95,7 @@ template <class T> class EventLogBase : public EventLog {
}
double fetch_timestamp() {
return tty->time_stamp().seconds();
return os::elapsedTime();
}
// move the ring buffer to next open slot and return the index of
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册