RFR: Remove Leyden experimental workflow

Vladimir Kozlov kvn at openjdk.org
Fri Jun 27 20:22:51 UTC 2025


On Fri, 27 Jun 2025 19:52:37 GMT, Ioi Lam <iklam at openjdk.org> wrote:

>> src/hotspot/share/cds/cdsConfig.cpp line 467:
>> 
>>> 465:   }
>>> 466:   if (FLAG_IS_DEFAULT(AOTCache) && AOTStubCaching) {
>>> 467:     log_debug(aot,codecache,init)("AOTCache is not specified - AOTStubCaching is ignored");
>> 
>> You can remove these checks. There is similar check in  `AOTCodeCache::initialize()` for all types of AOT code.
>
> Can you remove them in your merge?

Yes, I will do.

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

PR Review Comment: https://git.openjdk.org/leyden/pull/83#discussion_r2172821157


More information about the leyden-dev mailing list