RFR: 8338018: Rename ClassPrelinker to AOTConstantPoolResolver
Vladimir Kozlov
kvn at openjdk.org
Fri Aug 30 16:02:18 UTC 2024
On Fri, 9 Aug 2024 00:26:27 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> 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.
Good.
-------------
Marked as reviewed by kvn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/20517#pullrequestreview-2272882801
More information about the hotspot-dev
mailing list