Integrated: 8336919: Cleanup and rename tags in placeholders code
Coleen Phillimore
coleenp at openjdk.org
Wed Jul 31 17:57:39 UTC 2024
On Mon, 22 Jul 2024 16:17:37 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> This change does some renaming of tags, fields and function name (resolve_super_or_fail => resolve_with_circularity_detection) in the Placeholders and SystemDictionary (class loading) code. resolve_super_or_fail implied that it's always the super class, which it is not, especially with the upcoming changes to valhalla. Renaming the function to resolve/load and check for circularity error is more accurate. These are changes made by @fparain brought over from the valhalla branch.
> Tested with tier1-4.
This pull request has now been integrated.
Changeset: 8f039b56
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/8f039b56294604271c8ee896aca49d325b5472e5
Stats: 115 lines in 6 files changed: 13 ins; 4 del; 98 mod
8336919: Cleanup and rename tags in placeholders code
Co-authored-by: Frederic Parain <fparain at openjdk.org>
Reviewed-by: iklam, fparain, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/20279
More information about the hotspot-runtime-dev
mailing list