src/share/vm/oops/method.cpp

changeset 9327
f96fcd9e1e1b
parent 9184
fbcbfd2753b5
child 9448
73d689add964
     1.1 --- a/src/share/vm/oops/method.cpp	Tue Feb 23 18:58:36 2016 -0500
     1.2 +++ b/src/share/vm/oops/method.cpp	Thu Jun 14 09:15:08 2018 -0700
     1.3 @@ -1969,9 +1969,9 @@
     1.4    assert(is_method(), "must be method");
     1.5    st->print_cr("%s", internal_name());
     1.6    // get the effect of PrintOopAddress, always, for methods:
     1.7 -  st->print_cr(" - this oop:          "INTPTR_FORMAT, (intptr_t)this);
     1.8 +  st->print_cr(" - this oop:          " INTPTR_FORMAT, (intptr_t)this);
     1.9    st->print   (" - method holder:     "); method_holder()->print_value_on(st); st->cr();
    1.10 -  st->print   (" - constants:         "INTPTR_FORMAT" ", (address)constants());
    1.11 +  st->print   (" - constants:         " INTPTR_FORMAT " ", (address)constants());
    1.12    constants()->print_value_on(st); st->cr();
    1.13    st->print   (" - access:            0x%x  ", access_flags().as_int()); access_flags().print_on(st); st->cr();
    1.14    st->print   (" - name:              ");    name()->print_value_on(st); st->cr();

mercurial