-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8337667: sun/tools/jcmd/TestJcmdPIDSubstitution.java is failing on mac and windows #20421
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
|
👋 Welcome back szaldana! A progress list of the required criteria for merging this PR into |
|
@SoniaZaldana This change is no longer ready for integration - check the PR body for details. |
|
@SoniaZaldana The following labels will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command. |
|
/label remove core-libs |
|
@AlanBateman |
kevinjwalls
left a comment
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.
Thanks, looks good.
tstuefe
left a comment
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.
+1
|
@SoniaZaldana We are seeing a lot of noise in our CI due to this issue. Can you please integrate the fix soon? Thanks! |
| public static void main(String[] args) throws Exception { | ||
| verifyOutputFilenames("Thread.dump_to_file", FILENAME); | ||
| verifyOutputFilenames("GC.heap_dump", FILENAME); | ||
| verifyOutputFilenames("Compiler.perfmap", FILENAME); |
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.
FWIW this could have been guarded by a platform check.
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.
System.dump_map also is only supported on linux.
|
If @SoniaZaldana is not around to integrate this perhaps one of the reviewers could create a new PR. |
|
I'm working on it. I'll also add the Linux check. |
Please do. I think she is on vacation. Sorry for the delay! |
|
Please review #20480. This PR should be closed without integrating. |
|
@SoniaZaldana this pull request can not be integrated into git checkout JDK-8337667
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 |
|
Hi all, apologies I was away for a few days. Thanks for following up @plummercj. |
Hi all,
This PR addresses 8337667 .
The
Compiler.perfmaptest case is failing on mac and windows as it is only enabled in linux. I am removing this test case and noting that this use case is already tested in test/hotspot/jtreg/serviceability/dcmd/compiler/PerfMapTest.java which is linux specific.Thanks,
Sonia
Progress
Issue
Backport <hash>with the hash of the original commit. See Backports.Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/20421/head:pull/20421$ git checkout pull/20421Update a local copy of the PR:
$ git checkout pull/20421$ git pull https://git.openjdk.org/jdk.git pull/20421/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 20421View PR using the GUI difftool:
$ git pr show -t 20421Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/20421.diff
Webrev
Link to Webrev Comment