Integrated: 8348752: Enable -XX:+AOTClassLinking by default when -XX:AOTMode is specified
Ioi Lam
iklam at openjdk.org
Wed Jan 29 16:54:51 UTC 2025
On Tue, 28 Jan 2025 19:23:26 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> According to the CSR [JDK-8339506](https://bugs.openjdk.org/browse/JDK-8339506) (for https://openjdk.org/jeps/483)
>
>> When an AOT cache is created with the new -XX:AOTMode=create flag, we assume that the application is aware of AOT class linking and does not depend of the class loading order. In this case, AOTClassLinking has a default value of true. The user can disable it by explicitly passing -XX:-AOTClassLinking in the JVM command line.
This pull request has now been integrated.
Changeset: d266ca96
Author: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d266ca965d214f54c1ab16c1863f87728542b3e0
Stats: 33 lines in 2 files changed: 30 ins; 0 del; 3 mod
8348752: Enable -XX:+AOTClassLinking by default when -XX:AOTMode is specified
Reviewed-by: shade, heidinga
-------------
PR: https://git.openjdk.org/jdk/pull/23341
More information about the hotspot-runtime-dev
mailing list