RFR: 8338018: Rename ClassPrelinker to AOTConstantPoolResolver [v3]

Ioi Lam iklam at openjdk.org
Fri Sep 20 04:29:17 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 six 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
 - 8338018: Rename ClassPrelinker to AOTConstantPoolResolver

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/20517/files
  - new: https://git.openjdk.org/jdk/pull/20517/files/fed4dfed..49dbfa6a

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=20517&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=20517&range=01-02

  Stats: 174298 lines in 1393 files changed: 158710 ins; 8126 del; 7462 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