Integrated: 8320530: has_resolved_ref_index flag not restored after resetting entry

Matias Saavedra Silva matsaave at openjdk.org
Thu Nov 30 21:23:29 UTC 2023


On Tue, 21 Nov 2023 16:38:14 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:

> 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. 
> 
> This patch restored the flag with the resolved references index. Verified with tier 1-5 tests.

This pull request has now been integrated.

Changeset: c4732c2b
Author:    Matias Saavedra Silva <matsaave at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c4732c2baa4d6fd1775f81a90e74675c39811495
Stats:     47 lines in 2 files changed: 36 ins; 8 del; 3 mod

8320530: has_resolved_ref_index flag not restored after resetting entry

Reviewed-by: adinn, dholmes, iklam, coleenp

-------------

PR: https://git.openjdk.org/jdk/pull/16769


More information about the hotspot-dev mailing list