8356595: Convert -Xlog:cds to -Xlog:aot (step1)#25136
8356595: Convert -Xlog:cds to -Xlog:aot (step1)#25136iklam wants to merge 31 commits intoopenjdk:masterfrom
Conversation
…w workflow; added PrintCDSLogsAsAOTLogs diagnostic flag
… into 8355638-xlog-aot-as-alias-for-xlog-cds-alt-impl
|
👋 Welcome back iklam! A progress list of the required criteria for merging this PR into |
|
@iklam This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 2 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
|
|
Webrevs
|
Many "cds" logs already have sub-levels. E.g., Going forward, we may change some of the logs to add an extra level if it makes sense. At this point, I don't see any logs that need immediate attention:
Since most of the logs are for diagnostic purposes and are often changed along with the VM code, I think it's not necessary for a CSR. |
|
@iklam this pull request can not be integrated into git checkout 8356595-convert-cds-log-to-aot-log
git fetch https://git.openjdk.org/jdk.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
dholmes-ora
left a comment
There was a problem hiding this comment.
Okay, nothing further from me. Thanks
matias9927
left a comment
There was a problem hiding this comment.
Changes make sense, looks good!
|
Thanks @jdksjolen @dholmes-ora @matias9927 @calvinccheung for the review |
|
Going to push as commit 7077535.
Your commit was automatically rebased without conflicts. |
This is an alternative (and opposite) approach to #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 likeaot_log_info,aot_log_debugso 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 #25238. Both PRs will be integrated at the same time after review.Please see aotLogging.hpp for how the macros work.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/25136/head:pull/25136$ git checkout pull/25136Update a local copy of the PR:
$ git checkout pull/25136$ git pull https://git.openjdk.org/jdk.git pull/25136/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 25136View PR using the GUI difftool:
$ git pr show -t 25136Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/25136.diff
Using Webrev
Link to Webrev Comment