RFR: 8336919: Cleanup and rename tags in placeholders code [v4]
Coleen Phillimore
coleenp at openjdk.org
Mon Jul 29 12:16:02 UTC 2024
> 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.
Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
Fix some comments
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/20279/files
- new: https://git.openjdk.org/jdk/pull/20279/files/1c59bdb9..6892adad
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=20279&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=20279&range=02-03
Stats: 4 lines in 2 files changed: 0 ins; 0 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/20279.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20279/head:pull/20279
PR: https://git.openjdk.org/jdk/pull/20279
More information about the hotspot-runtime-dev
mailing list