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

Mon, 01 Oct 2012 13:29:11 +0200

author
stefank
date
Mon, 01 Oct 2012 13:29:11 +0200
changeset 4127
87ac5c0a404d
parent 4126
86af3dacab81
child 4128
f81a7c0c618d

8000228: Missing call to cr() when printing entry_point in nmethod, in os::print_location
Reviewed-by: brutisso, neliasso

src/share/vm/runtime/os.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/runtime/os.cpp	Mon Oct 01 13:29:11 2012 +0200
     1.2 +++ b/src/share/vm/runtime/os.cpp	Mon Oct 01 13:29:11 2012 +0200
     1.3 @@ -878,6 +878,7 @@
     1.4          st->print(" for ");
     1.5          nm->method()->print_value_on(st);
     1.6        }
     1.7 +      st->cr();
     1.8        nm->print_nmethod(verbose);
     1.9        return;
    1.10      }

mercurial