RFR: 8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking [v9]

Ioi Lam iklam at openjdk.org
Fri Nov 8 03:31:51 UTC 2024


> This is an implementation of [JEP 483: Ahead-of-Time Class Loading & Linking](https://openjdk.org/jeps/483).
> 
> ----
> Note: this is a combined PR of the following individual PRs
> - https://github.com/openjdk/jdk/pull/20516
> - https://github.com/openjdk/jdk/pull/20517
> - https://github.com/openjdk/jdk/pull/20843
> - https://github.com/openjdk/jdk/pull/20958
> - https://github.com/openjdk/jdk/pull/20959
> - https://github.com/openjdk/jdk/pull/21049
> - https://github.com/openjdk/jdk/pull/21143

Ioi Lam has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 175 commits:

 - fixed merge
 - Merge branch 'master' of https://github.com/openjdk/jdk into merge-mainline
 - @DanHeidinga comment -- exit VM when runtimeSetup() fails
 - fixed merge
 - Merge branch 'master' into jep-483-candidate
 - 8343493: Perform module checks during MetaspaceShared::map_archives()
 - reverted changes in modules.cpp to make it easy to merge with mainline
 - Fixed whitespace; fixed minimal build
 - Fixed 8343245: AOT cache creation crashes with "assert(HeapShared::is_archivable_hidden_klass(ik)) failed: sanity"
 - fixed comments
 - ... and 165 more: https://git.openjdk.org/jdk/compare/f621f26c...7b06b7c7

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

Changes: https://git.openjdk.org/jdk/pull/21642/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21642&range=08
  Stats: 7184 lines in 107 files changed: 6349 ins; 513 del; 322 mod
  Patch: https://git.openjdk.org/jdk/pull/21642.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/21642/head:pull/21642

PR: https://git.openjdk.org/jdk/pull/21642


More information about the serviceability-dev mailing list