mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue