hotspot/src/share/vm/oops/method.cpp
changeset 31592 43f48e165466
parent 30764 fec48bf5a827
child 31593 7b9e292896d2
--- a/hotspot/src/share/vm/oops/method.cpp	Wed Jun 24 14:28:30 2015 +0000
+++ b/hotspot/src/share/vm/oops/method.cpp	Wed Jun 24 12:12:25 2015 -0400
@@ -2018,9 +2018,9 @@
   assert(is_method(), "must be method");
   st->print_cr("%s", internal_name());
   // get the effect of PrintOopAddress, always, for methods:
-  st->print_cr(" - this oop:          "INTPTR_FORMAT, (intptr_t)this);
+  st->print_cr(" - this oop:          " INTPTR_FORMAT, (intptr_t)this);
   st->print   (" - method holder:     "); method_holder()->print_value_on(st); st->cr();
-  st->print   (" - constants:         "INTPTR_FORMAT" ", (address)constants());
+  st->print   (" - constants:         " INTPTR_FORMAT " ", (address)constants());
   constants()->print_value_on(st); st->cr();
   st->print   (" - access:            0x%x  ", access_flags().as_int()); access_flags().print_on(st); st->cr();
   st->print   (" - name:              ");    name()->print_value_on(st); st->cr();