RFR: 8338018: Rename ClassPrelinker to AOTConstantPoolResolver

Ioi Lam iklam at openjdk.org
Thu Aug 29 04:23:34 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.

-------------

Depends on: https://git.openjdk.org/jdk/pull/20516

Commit messages:
 - 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: https://git.openjdk.org/jdk/pull/20517/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20517&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8338018
  Stats: 717 lines in 10 files changed: 352 ins; 350 del; 15 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