mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 20:44:41 +02:00
Merge
This commit is contained in:
commit
a9bee9ec34
91 changed files with 2954 additions and 1812 deletions
|
@ -1093,8 +1093,8 @@ void RelocIterator::print_current() {
|
|||
tty->print_cr("(no relocs)");
|
||||
return;
|
||||
}
|
||||
tty->print("relocInfo@" INTPTR_FORMAT " [type=%d(%s) addr=" INTPTR_FORMAT,
|
||||
_current, type(), reloc_type_string((relocInfo::relocType) type()), _addr);
|
||||
tty->print("relocInfo@" INTPTR_FORMAT " [type=%d(%s) addr=" INTPTR_FORMAT " offset=%d",
|
||||
_current, type(), reloc_type_string((relocInfo::relocType) type()), _addr, _current->addr_offset());
|
||||
if (current()->format() != 0)
|
||||
tty->print(" format=%d", current()->format());
|
||||
if (datalen() == 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue