RFR: 8338018: Rename ClassPrelinker to AOTConstantPoolResolver [v5]
Ioi Lam
iklam at openjdk.org
Mon Oct 14 05:34:06 UTC 2024
> This is the 2nd PR for [JEP 483: Ahead-of-Time Class Loading & Linking](https://bugs.openjdk.org/browse/JDK-8315737).
>
> A simple renaming of the `ClassPrelinker` class to `AOTConstantPoolLinker`, so that the name is consistent with new classes that will be introduced in subsequent PRs for JEP 483 (`AOTClassLinker`, `AOTLinkedClassTable`, and `AOTLinkedClassBulkLoader`).
>
> -----
> See [here](https://bugs.openjdk.org/browse/JDK-8315737) for the sequence of dependent RFEs for implementing JEP 483.
Ioi Lam has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains eight additional commits since the last revision:
- Merge branch 'jep-483-step-01-8338017-add-aot-command-line-aliases' into jep-483-step-02-8338018-rename-class-prelinker-to-aot-cp-resolver
- Merge branch 'jep-483-step-01-8338017-add-aot-command-line-aliases' into jep-483-step-02-8338018-rename-class-prelinker-to-aot-cp-resolver
- Merge branch 'jep-483-step-01-8338017-add-aot-command-line-aliases' into jep-483-step-02-8338018-rename-class-prelinker-to-aot-cp-resolver
- Merge branch 'jep-483-step-01-8338017-add-aot-command-line-aliases' into jep-483-step-02-8338018-rename-class-prelinker-to-aot-cp-resolver
- Merge branch 'jep-483-step-01-8338017-add-aot-command-line-aliases' into jep-483-step-02-8338018-rename-class-prelinker-to-aot-cp-resolver
- Merge branch 'jep-483-step-01-8338017-add-aot-command-line-aliases' into jep-483-step-02-8338018-rename-class-prelinker-to-aot-cp-resolver
- Merge branch 'jep-483-step-01-8338017-add-aot-command-line-aliases' into jep-483-step-02-8338018-rename-class-prelinker-to-aot-cp-resolver
- 8338018: Rename ClassPrelinker to AOTConstantPoolResolver
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/20517/files
- new: https://git.openjdk.org/jdk/pull/20517/files/0859631f..c068db8e
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=20517&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=20517&range=03-04
Stats: 57582 lines in 924 files changed: 46849 ins; 5815 del; 4918 mod
Patch: https://git.openjdk.org/jdk/pull/20517.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20517/head:pull/20517
PR: https://git.openjdk.org/jdk/pull/20517
More information about the hotspot-dev
mailing list