-
Notifications
You must be signed in to change notification settings - Fork 5.9k
8356595: Convert -Xlog:cds to -Xlog:aot (step1) #25136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, nothing further from me. Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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_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 #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
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/25136/head:pull/25136
$ git checkout pull/25136
Update a local copy of the PR:
$ git checkout pull/25136
$ git pull https://git.openjdk.org/jdk.git pull/25136/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 25136
View PR using the GUI difftool:
$ git pr show -t 25136
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/25136.diff
Using Webrev
Link to Webrev Comment