RFR: 8355352: [premain] rename AOT Code classes and logging tags
Aleksey Shipilev
shade at openjdk.org
Thu Apr 24 08:10:19 UTC 2025
On Wed, 23 Apr 2025 19:14:15 GMT, Vladimir Kozlov <kvn 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
Looks good!
-------------
Marked as reviewed by shade (Committer).
PR Review: https://git.openjdk.org/leyden/pull/62#pullrequestreview-2790151026
More information about the leyden-dev
mailing list