8000228: Missing call to cr() when printing entry_point in nmethod, in os::print_location
Reviewed-by: brutisso, neliasso
--- a/hotspot/src/share/vm/runtime/os.cpp Mon Oct 01 13:29:11 2012 +0200
+++ b/hotspot/src/share/vm/runtime/os.cpp Mon Oct 01 13:29:11 2012 +0200
@@ -878,6 +878,7 @@
st->print(" for ");
nm->method()->print_value_on(st);
}
+ st->cr();
nm->print_nmethod(verbose);
return;
}