RFR: 8353597: Refactor handling VM options for AOT cache input and output [v3]

Dan Heidinga heidinga at openjdk.org
Tue Apr 8 16:56:17 UTC 2025


On Tue, 8 Apr 2025 16:26:28 GMT, Ioi Lam <iklam at openjdk.org> wrote:

>> Yes, but I think we should do it only if `AOTClassLinking` is enabled. For legacy CDS we should continue use `-Xlog:cds`.
>> I am using `-Xlog:aot+codecache`  in AOT code caching.
>
> I created [JDK-8354055 - Change "cds" logging tag to "aot"](https://bugs.openjdk.org/browse/JDK-8354055). There are documentation/compatibility issues so we need to do some planning.
> 
> This particular block of code is moved from dynamicArchive.cpp to cdsConfig.cpp and I kept the logging tag the same.

Thanks @iklam.  I agree with the approach of doing this in a separate issue.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24401#discussion_r2033640450


More information about the hotspot-runtime-dev mailing list