-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8367249: [REDO] MemBaseline accesses VMT without using lock #27170
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 jsjolen! A progress list of the required criteria for merging this PR into |
|
@jdksjolen 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 no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
|
@jdksjolen The following label 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 list. If you would like to change these labels, use the /label pull request command. |
afshin-zafari
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.
LGTM. Thanks!
caspernorrbin
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.
Still good!
Webrevs
|
|
It's really weird that the linux-x64-static tests fail. |
It just an infra issue: Unable to download artifact(s): Artifact not found for name: bundles-jtreg-7.5.2+1 |
Last time I ran it, it actually did fail on a Whitebox NMT test related to exactly this change. The logs were gone, so I re-ran the test, and this time infra failed. |
|
@afshin-zafari , I fixed another couple of bugs. Now I've gone through all of the linux-x64-static is still reporting an entirely empty Virtual memory map in NMT :-). Who knows why. |
The |
I think that it's only the |
|
Hi @jianglizhou , There's a test failure that only appears in linux-x64-static tier1. I'm looking at running the tests under the static-jdk. So far, I've produced a static-jdk via I've tried |
|
Well, that was a very embarrassing bug :-). I had code in an |
Hi @jdksjolen, to run jtreg tests on a jdk/.github/workflows/test.yml Line 185 in aa36799
https://bugs.openjdk.org/browse/JDK-8303796?focusedId=14745789&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14745789 has a command line example for running tier1 tests on static-jdk. To build a static JDK: Hope those are helpful. |
The GHA teir1 testing on static JDK is only enabled for release builds currently. We haven't setup testing on debug builds for static JDK due to resource limit in GHA build environment. @magicus and the build team have solution(s) to address the issue with https://bugs.openjdk.org/browse/JDK-8350450. |
|
The changes in |
Thank you for your help! I did something akin to this, and it worked: This did reproduce the test failure on linux-x64-static :-).
The test |
afshin-zafari
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.
Good that you found the problem. Thanks.
|
/integrate Thanks! |
|
Going to push as commit feaa654.
Your commit was automatically rebased without conflicts. |
|
@jdksjolen Pushed as commit feaa654. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Hi,
This is a REDO, as the previous attempt caused build failures when merged with latest master.
The only difference is that the copy ctr for the RBTRee had been integrated with a different PR, but it never should have been. I deleted the copy ctr.
Thanks.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/27170/head:pull/27170$ git checkout pull/27170Update a local copy of the PR:
$ git checkout pull/27170$ git pull https://git.openjdk.org/jdk.git pull/27170/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 27170View PR using the GUI difftool:
$ git pr show -t 27170Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/27170.diff
Using Webrev
Link to Webrev Comment