mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-06 06:00:26 +00:00
8349003: NativeCallStack::print_on() output is unreadable
Reviewed-by: stuefe, dholmes
This commit is contained in:
parent
fdfb68c8d0
commit
0cae888046
@ -113,6 +113,6 @@ void NativeCallStack::print_on(outputStream* out) const {
|
||||
DEBUG_ONLY(assert_not_fake();)
|
||||
for (int i = 0; i < NMT_TrackingStackDepth && _stack[i] != nullptr; i++) {
|
||||
print_frame(out, _stack[i]);
|
||||
out->cr();
|
||||
}
|
||||
out->cr();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user