diff src/share/vm/oops/methodKlass.cpp @ 1579:e9ff18c4ace7

Merge
author jrose
date Wed, 02 Jun 2010 22:45:42 -0700
parents c18cbe5936b8 beb77f0d41b3
children 9d7a8ab3736b
line wrap: on
line diff
--- a/src/share/vm/oops/methodKlass.cpp	Tue Jun 01 11:48:33 2010 -0700
+++ b/src/share/vm/oops/methodKlass.cpp	Wed Jun 02 22:45:42 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();