RFR: 8355352: [premain] rename AOT Code classes and logging tags
Vladimir Kozlov
kvn at openjdk.org
Thu Apr 24 16:24:02 UTC 2025
On Thu, 24 Apr 2025 14:51:07 GMT, Ashutosh Mehra <asmehra at openjdk.org> wrote:
>> Rename AOT Code classes and logging tags to match changes for mainline: https://github.com/openjdk/jdk/pull/24740
>>
>> I also searched and renamed `sc_` to `ac_` and `scc_` to `aot_code_` patterns, also `SC`, `SCA`.
>>
>> I tried to build without CDS locally and found few places we missed `NOT_CDS_RETURN` macro or `#if INCLUDE_CDS` check.
>>
>> This is first part of changes in premain branch. AOT code flags renaming and more code changes will be done in separate PRs.
>>
>> Tested with premain-tier1
>
> lgtm!
Thank you, @ashu-mehra and @shipilev.
-------------
PR Comment: https://git.openjdk.org/leyden/pull/62#issuecomment-2828188385
More information about the leyden-dev
mailing list