src/share/vm/code/relocInfo.cpp

changeset 2344
ac637b7220d1
parent 2314
f95d63e2154a
child 2508
b92c45f2bc75
     1.1 --- a/src/share/vm/code/relocInfo.cpp	Tue Nov 23 13:22:55 2010 -0800
     1.2 +++ b/src/share/vm/code/relocInfo.cpp	Tue Nov 30 23:23:40 2010 -0800
     1.3 @@ -1093,8 +1093,8 @@
     1.4      tty->print_cr("(no relocs)");
     1.5      return;
     1.6    }
     1.7 -  tty->print("relocInfo@" INTPTR_FORMAT " [type=%d(%s) addr=" INTPTR_FORMAT,
     1.8 -             _current, type(), reloc_type_string((relocInfo::relocType) type()), _addr);
     1.9 +  tty->print("relocInfo@" INTPTR_FORMAT " [type=%d(%s) addr=" INTPTR_FORMAT " offset=%d",
    1.10 +             _current, type(), reloc_type_string((relocInfo::relocType) type()), _addr, _current->addr_offset());
    1.11    if (current()->format() != 0)
    1.12      tty->print(" format=%d", current()->format());
    1.13    if (datalen() == 1) {

mercurial