RFR: 8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking [v4]
Andrey Turbanov
aturbanov at openjdk.org
Mon Oct 28 20:57:26 UTC 2024
On Thu, 24 Oct 2024 03:01:54 GMT, Ioi Lam <iklam at 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
>
> Ioi Lam has updated the pull request incrementally with two additional commits since the last revision:
>
> - 8342907: Implement AOT testing mode for jtreg tests (authored by @katyapav)
> - disable test that fails with hotspot_runtime_non_cds_mode
test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/AOTClassLinkingVMOptions.java line 143:
> 141: }
> 142:
> 143: static void init() throws Exception {
Suggestion:
static void init() throws Exception {
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21642#discussion_r1819747252
More information about the serviceability-dev
mailing list