提交 b6008891 编写于 作者: S stefank

8000228: Missing call to cr() when printing entry_point in nmethod, in os::print_location

Reviewed-by: brutisso, neliasso
上级 70cc1db3
......@@ -878,6 +878,7 @@ void os::print_location(outputStream* st, intptr_t x, bool verbose) {
st->print(" for ");
nm->method()->print_value_on(st);
}
st->cr();
nm->print_nmethod(verbose);
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册