On Tue, 22 Oct 2024 16:19:48 GMT, Ioi Lam <ik...@openjdk.org> wrote: > 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
This pull request has now been integrated. Changeset: 41a2d49f Author: Ioi Lam <ik...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/41a2d49f0a1ed298b8ab023ce634335464454fe7 Stats: 7188 lines in 107 files changed: 6354 ins; 513 del; 321 mod 8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking Reviewed-by: jrose, kvn, heidinga, asmehra, vlivanov ------------- PR: https://git.openjdk.org/jdk/pull/21642