提交 65c2fcd0 编写于 作者: K kvn

7032849: 7022998 changes broke hs_err compile task print

Summary: Initialize the time stamp on ostream used for hs_err dumping.
Reviewed-by: never
上级 fc7cdccf
......@@ -810,6 +810,8 @@ staticBufferStream::staticBufferStream(char* buffer, size_t buflen,
_buffer = buffer;
_buflen = buflen;
_outer_stream = outer_stream;
// compile task prints time stamp relative to VM start
_stamp.update_to(1);
}
void staticBufferStream::write(const char* c, size_t len) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册