8373295: Wrong log tag for UseCompressedOops ergo setting#28716
8373295: Wrong log tag for UseCompressedOops ergo setting#28716iklam wants to merge 2 commits intoopenjdk:masterfrom
Conversation
|
👋 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 10 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
Webrevs
|
|
I completely agree with your change! But I received review that it should not be changed from CDS tag (I know it is I'm happy to approve if we can accept. |
|
The CDS logging line was put in for JDK-8226462, and as referenced by Yasumasa it was there for CDS users to be informed (or perhaps more accurately for one of our CDS tests to check it). Does that test no longer exist, or check this condition? |
This log is used only by the SysDictCras.java test . CDS dumping requires This is no longer the case -- Also, the test is kind of pointless now. The only significant VM flags are
So I removed this test altogether. |
dholmes-ora
left a comment
There was a problem hiding this comment.
If test is no longer relevant then change seems fine.
|
Thanks @YaSuenag @dholmes-ora for the review |
|
Going to push as commit 8c8d21d.
Your commit was automatically rebased without conflicts. |
Please review this trivial change: Ergonomic settings of
UseCompressedOopsshould be logged withlog_debug(gc, heap, coops)Note: this is the same log channel used just a few lines above.
jdk/src/hotspot/share/runtime/arguments.cpp
Lines 1579 to 1586 in c9ab330
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/28716/head:pull/28716$ git checkout pull/28716Update a local copy of the PR:
$ git checkout pull/28716$ git pull https://git.openjdk.org/jdk.git pull/28716/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 28716View PR using the GUI difftool:
$ git pr show -t 28716Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/28716.diff
Using Webrev
Link to Webrev Comment