RFR: 8336919: Cleanup and rename tags in placeholders code [v5]
Coleen Phillimore
coleenp at openjdk.org
Wed Jul 31 12:36:05 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:
Remove archive for dumping static archive. The is_superclass parameter always true may or may not reach the code that's wrong.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/20279/files
- new: https://git.openjdk.org/jdk/pull/20279/files/6892adad..3d06a77c
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=20279&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=20279&range=03-04
Stats: 3 lines in 1 file changed: 0 ins; 3 del; 0 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