RFR: 8355352: [premain] rename AOT Code classes and logging tags
Ashutosh Mehra
asmehra at openjdk.org
Thu Apr 24 14:54:08 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
Marked as reviewed by asmehra (Committer).
lgtm!
-------------
PR Review: https://git.openjdk.org/leyden/pull/62#pullrequestreview-2791516577
PR Comment: https://git.openjdk.org/leyden/pull/62#issuecomment-2827928316
More information about the leyden-dev
mailing list