mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-30 23:33:14 +00:00
8000228: Missing call to cr() when printing entry_point in nmethod, in os::print_location
Reviewed-by: brutisso, neliasso
This commit is contained in:
parent
3e967d8f8d
commit
7ccbee4177
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user