ResolvedMethodEntry::reset_entry() clears the fields in the structure and then restores the constant pool index and the resolved references index if it has one.
Currently, the resolved references index is restored without restoring the has_resolved_reference flag used by the structure.
Currently, the resolved references index is restored without restoring the has_resolved_reference flag used by the structure.
- relates to
-
JDK-8301997 Move method resolution information out of the cpCache
- Resolved