diff src/share/vm/runtime/os.cpp @ 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 85f1cded9793
children 716c64bda5ba
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;
     }