Integrated: 8356390: Rename ResolvedIndyEntry::set_flags to set_has_appendix

Johan Sjölen jsjolen at openjdk.org
Mon May 12 12:37:00 UTC 2025


On Wed, 7 May 2025 12:29:00 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

> The `set_flags` function really only sets whether it has an appendix or not, and there's a separate `set_resolution_failed` method just below that also alters the flag. Just rename this to `set_has_appendix`

This pull request has now been integrated.

Changeset: 7ae52ce5
Author:    Johan Sjölen <jsjolen at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/7ae52ce572794f9d17446c66381f703ea1bb8b7c
Stats:     12 lines in 1 file changed: 2 ins; 2 del; 8 mod

8356390: Rename ResolvedIndyEntry::set_flags to set_has_appendix

Co-authored-by: John R Rose <jrose at openjdk.org>
Reviewed-by: coleenp, dholmes

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

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


More information about the hotspot-dev mailing list