src/share/vm/oops/methodKlass.cpp

changeset 1934
e9ff18c4ace7
parent 1907
c18cbe5936b8
parent 1928
beb77f0d41b3
child 2061
9d7a8ab3736b
     1.1 --- a/src/share/vm/oops/methodKlass.cpp	Tue Jun 01 11:48:33 2010 -0700
     1.2 +++ b/src/share/vm/oops/methodKlass.cpp	Wed Jun 02 22:45:42 2010 -0700
     1.3 @@ -237,7 +237,7 @@
     1.4    Klass::oop_print_on(obj, st);
     1.5    methodOop m = methodOop(obj);
     1.6    // get the effect of PrintOopAddress, always, for methods:
     1.7 -  st->print   (" - this oop:          "INTPTR_FORMAT, (intptr_t)m);
     1.8 +  st->print_cr(" - this oop:          "INTPTR_FORMAT, (intptr_t)m);
     1.9    st->print   (" - method holder:     ");    m->method_holder()->print_value_on(st); st->cr();
    1.10    st->print   (" - constants:         "INTPTR_FORMAT" ", (address)m->constants());
    1.11    m->constants()->print_value_on(st); st->cr();

mercurial