提交 3d67a98a 编写于 作者: K kevinw

8144483: One long Safepoint pause directly after each GC log rotation

Reviewed-by: dholmes
Contributed-by: cheleswer.sahu@oracle.com
上级 0e27d842
......@@ -2041,7 +2041,9 @@ void os::print_memory_info(outputStream* st) {
st->print(", physical " UINT64_FORMAT "k", os::physical_memory()>>10);
st->print("(" UINT64_FORMAT "k free)", os::available_memory() >> 10);
st->cr();
(void) check_addr0(st);
if (VMError::fatal_error_in_progress()) {
(void) check_addr0(st);
}
}
void os::print_siginfo(outputStream* st, void* siginfo) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册