hotspot/src/share/vm/oops/methodKlass.cpp
changeset 5696 93e15b419ad4
parent 5420 586d3988e72b
child 5702 201c5cde25bb
--- a/hotspot/src/share/vm/oops/methodKlass.cpp	Thu May 27 22:01:55 2010 -0700
+++ b/hotspot/src/share/vm/oops/methodKlass.cpp	Fri May 28 16:23:51 2010 -0700
@@ -237,7 +237,7 @@
   Klass::oop_print_on(obj, st);
   methodOop m = methodOop(obj);
   // get the effect of PrintOopAddress, always, for methods:
-  st->print   (" - this oop:          "INTPTR_FORMAT, (intptr_t)m);
+  st->print_cr(" - this oop:          "INTPTR_FORMAT, (intptr_t)m);
   st->print   (" - method holder:     ");    m->method_holder()->print_value_on(st); st->cr();
   st->print   (" - constants:         "INTPTR_FORMAT" ", (address)m->constants());
   m->constants()->print_value_on(st); st->cr();