tty->print_cr("Offset of static field %s.%s is hardcoded as %d but should really be %d.",klass_name,field_name,hardcoded_offset,fd.offset()-h_klass->offset_of_static_fields());
tty->print_cr("Offset of static field %s.%s is hardcoded as %d but should really be %d.",klass_name,field_name,hardcoded_offset,fd.offset()-instanceMirrorKlass::offset_of_static_fields());