8271093: remove deadcode from runtime/Thread/TestThreadDumpSMRInfo.java test #265
Conversation
|
Hi @iignatev , I'm not sure changes like this should go into jdk17 since we are already in RDP2 [1]. [1] https://mail.openjdk.java.net/pipermail/jdk-dev/2021-July/005758.html |
Hi @DamonFool , according to JEP3, P1–P5 doc/test bugs are allowed in RDP2[1] and do not require approval. so I don't see any reason why it should not go into jdk17. Thanks, [1] https://openjdk.java.net/jeps/3#rdp-2 |
Okay, I see. |
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 and trivial.
Thanks.
@iignatev This change now passes all automated pre-integration checks. 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 3 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
|
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.
LGTM.
Thanks,
David
Looks good to me also. I usually have those usage() calls in with the argument processing logic. |
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.
Thumbs up.
thank you all for your reviews! /integrate |
Going to push as commit 6a9ab6a.
Your commit was automatically rebased without conflicts. |
Hi all,
could you please review this trivial test-only clean-up?
from JBS:
PS alternatively,
TestThreadDumpSMRInfo::usage
can be called in an else branch at L70, but I don't see much point in thatThanks,
-- Igor
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk17 pull/265/head:pull/265
$ git checkout pull/265
Update a local copy of the PR:
$ git checkout pull/265
$ git pull https://git.openjdk.java.net/jdk17 pull/265/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 265
View PR using the GUI difftool:
$ git pr show -t 265
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk17/pull/265.diff