[jdk25u-dev] RFR: 8371944: AOT configuration is corrupted when app closes System.out
Aleksey Shipilev
shade at openjdk.org
Tue Dec 16 15:11:40 UTC 2025
On Tue, 16 Dec 2025 13:40:24 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Backporting to make AOT more reliable and for 25.0.3-oracle parity.
>
> The change is not clean, because two major rewrites are not present in jdk25u-dev:
> - [JDK-8365932](https://bugs.openjdk.org/browse/JDK-8365932): Implementation of JEP 516: Ahead-of-Time Object Caching with Any GC
> - [JDK-8366475](https://bugs.openjdk.org/browse/JDK-8366475): Rename MetaspaceShared class to AOTMetaspace
>
> Therefore, I had to reapply some chunks by hand. Please take a careful look against the original changeset.
>
> Additional testing:
> - [x] MacOS AArch64 server fastdebug, `runtime/cds` passes
[serviceability/jvmti/RedefineClasses/ClassVersionAfterRedefine](https://github.com/shipilev/jdk25u-dev/actions/runs/20267156451#user-content-serviceability_jvmti_redefineclasses_classversionafterredefine) failure is due to https://github.com/openjdk/jdk25u-dev/pull/94
-------------
PR Comment: https://git.openjdk.org/jdk25u-dev/pull/93#issuecomment-3660986899
More information about the jdk-updates-dev
mailing list