RFR: Minor cleanup and refactoring [v2]
Ashutosh Mehra
asmehra at openjdk.org
Mon Sep 29 15:24:52 UTC 2025
On Sat, 27 Sep 2025 17:19:28 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Ashutosh Mehra has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Rename is_aot_code to is_loading_aot_code
>>
>> Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>
>
> src/hotspot/share/ci/ciEnv.cpp line 986:
>
>> 984: }
>> 985:
>> 986: // is_aot_code = true implies loading compiled code from AOT code cache
>
> Suggestion: `is_aot_code` -> `is_loading_aot_code`
Done
-------------
PR Review Comment: https://git.openjdk.org/leyden/pull/101#discussion_r2388375228
More information about the leyden-dev
mailing list