RFR: 8338018: Rename ClassPrelinker to AOTConstantPoolResolver [v2]
Ioi Lam
iklam at openjdk.org
Tue Sep 3 19:11:00 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 five 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
- 8338018: Rename ClassPrelinker to AOTConstantPoolResolver
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/20517/files
- new: https://git.openjdk.org/jdk/pull/20517/files/eed58795..fed4dfed
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=20517&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=20517&range=00-01
Stats: 22614 lines in 714 files changed: 15522 ins; 4063 del; 3029 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