RFR: 8363895: Minimal build fails with slowdebug builds after JDK-8354887 [v2]
Ao Qi
aoqi at openjdk.org
Wed Jul 23 06:33:39 UTC 2025
On Wed, 23 Jul 2025 05:37:22 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Ao Qi has updated the pull request incrementally with one additional commit since the last revision:
>>
>> missing macros for is_on_for_use()
>
> src/hotspot/share/code/aotCodeCache.hpp line 382:
>
>> 380: static void close() NOT_CDS_RETURN;
>> 381: static bool is_on() CDS_ONLY({ return cache() != nullptr && !_cache->closing(); }) NOT_CDS_RETURN_(false);
>> 382: static bool is_on_for_use() { return is_on() && _cache->for_use(); }
>
> This one also should use macros.
Done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26436#discussion_r2224540114
More information about the hotspot-compiler-dev
mailing list