src/share/vm/runtime/os.cpp

Print this page
rev 3689 : 8000228: Missing call to cr() when printing entry_point in nmethod, in os::print_location
Reviewed-by: TBD1, TBD2

*** 876,885 **** --- 876,886 ---- addr, (int)(addr - nm->entry_point()), nm); if (verbose) { st->print(" for "); nm->method()->print_value_on(st); } + st->cr(); nm->print_nmethod(verbose); return; } st->print_cr(INTPTR_FORMAT " is at code_begin+%d in ", addr, (int)(addr - b->code_begin())); b->print_on(st);