-
Notifications
You must be signed in to change notification settings - Fork 57
8331894: [jdk22] compiler/print/CompileCommandMemLimit.java fails after backporting JDK-8325095 #190
Conversation
👋 Welcome back stuefe! A progress list of the required criteria for merging this PR into |
@tstuefe 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 |
a9c8059
to
ef57fcd
Compare
@shipilev maybe? |
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.
Looks good.
Yes, it is strange that this change was not included.
|
Thank you, @vnkozlov. I'll wait till the GHAs are thru, then push. |
This code was added by JDK-8317683 in JDK 22. So only this JDK is affected. |
All GHAs are green. /integrate |
@tstuefe This pull request has not yet been marked as ready for integration. |
/approval This patch fixes a simple oversight in the downport of https://bugs.openjdk.org/browse/JDK-8325095. It must be fixed since the oversight introduced an incorrectness in the compilation memory statistic that the failing test picked up on. It is low risk, has been manually tested as well as ran through GHAs. Note that the problem only affects JDK 22. No other release is affected. |
@tstuefe usage: |
/approval request This patch fixes a simple oversight in the downport of https://bugs.openjdk.org/browse/JDK-8325095. It must be fixed since the oversight introduced an incorrectness in the compilation memory statistic that the failing test picked up on. It is low risk, has been manually tested as well as ran through GHAs. Note that the problem only affects JDK 22. No other release is affected. |
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.
Ouch. So I missed this hunk during jdk22u backport? And I have not noticed, because -- in contrast to jdk21u backport -- I have not ran the full test suite for jdk22u, only the basic sanity tests around the change, in order to save testing time.
Looks good, thanks for fixing.
Sure, no problem. |
@tstuefe Could you please integrate this soon? The failures generate a lot of noise in our testing. Thanks! |
oops, sorry! I thought I had already. /integrate |
Going to push as commit f1eba2c.
Your commit was automatically rebased without conflicts. |
Trivial, but somewhat urgent fix to a jdk-22-only problem brought by an unclean backport of https://bugs.openjdk.org/browse/JDK-8325095.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk22u.git pull/190/head:pull/190
$ git checkout pull/190
Update a local copy of the PR:
$ git checkout pull/190
$ git pull https://git.openjdk.org/jdk22u.git pull/190/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 190
View PR using the GUI difftool:
$ git pr show -t 190
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk22u/pull/190.diff
Webrev
Link to Webrev Comment