changeset 6816:87ac5c0a404d

8000228: Missing call to cr() when printing entry_point in nmethod, in os::print_location Reviewed-by: brutisso, neliasso
author stefank
date Mon, 01 Oct 2012 13:29:11 +0200
parents 86af3dacab81
children f81a7c0c618d
files src/share/vm/runtime/os.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/os.cpp	Mon Oct 01 13:29:11 2012 +0200
+++ b/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;
     }