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

Reviewed-by: brutisso, neliasso
This commit is contained in:
Stefan Karlsson 2012-10-01 13:29:11 +02:00
parent 3e967d8f8d
commit 7ccbee4177

View file

@ -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;
}