> This is an alternative (and opposite) approach to > https://github.com/openjdk/jdk/pull/24895. We basically convert most `[cds]` > logs to `[aot]` logs. However, for the few logs that might be needed by > existing user scripts, we use macros like `aot_log_info`, `aot_log_debug` so > that they can be selected/printed using the `[cds]` tag. > > We have a few hundred logs that start with `[cds]`. To aid reviewing, this PR > will convert only part of them. The rest of the logs are converted in > https://github.com/openjdk/jdk/pull/25238. Both PRs will be integrated at the > same time after review. > > Please see **aotLogging.hpp** for how the macros work.
Ioi Lam has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 27 commits: - Fixed makefile; Fixed copyright - Merge branch 'master' into 8356595-convert-cds-log-to-aot-log - Improved comments: [cds] logs will be printed if no -XX:AOTxxx flags are used - @dholmes-ora review - fixed typos - Removed PrintAOTLogsAsCDSLogs and improved comments - More conversion; clean up; bug fixes - Fixed macos build - @stefank suggestions - Merge remote-tracking branch '8355638-xlog-aot-as-alias-for-xlog-cds' into 8355638-xlog-aot-as-alias-for-xlog-cds-alt-impl - Removed checks for error message that got removed from the PR - ... and 17 more: https://git.openjdk.org/jdk/compare/948ade8e...278ab150 ------------- Changes: https://git.openjdk.org/jdk/pull/25136/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25136&range=06 Stats: 714 lines in 48 files changed: 313 ins; 9 del; 392 mod Patch: https://git.openjdk.org/jdk/pull/25136.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/25136/head:pull/25136 PR: https://git.openjdk.org/jdk/pull/25136