-
Notifications
You must be signed in to change notification settings - Fork 232
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
8293563: [macos-aarch64] SA core file tests failing with sun.jvm.hotspot.oops.UnknownOopException #2698
Conversation
…pot.oops.UnknownOopException Reviewed-by: lucy Backport-of: 76f1865124025ee6f788a50e1377b82fd577548f (cherry picked from commit 5eeb41a7294f56bc258a154c043bc540cb8de5c4)
👋 Welcome back clanger! A progress list of the required criteria for merging this PR into |
@RealCLanger 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 no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
Webrevs
|
When comparing to 17u-dev |
Good catch. Makes sense to remove this bug id in the three places where it currently appears. All of these tests have been addressed with this change. |
The last time I tried, I couldn't get core files at all without doing a ton of fiddly config, turning off SIP, etc. Did you have to do any of that? Perhaps it's no longer a problem. |
Hm, when current jdk11u-dev hits our ci, the MacOS arm64 test is failing with exceptions like: sun.jvm.hotspot.oops.UnknownOopException And with this modification it goes away. That's all I can say... 😉 The failing tests are |
You removed the bug-number 8269982, but not the references macosx-aarch64, why is that ? |
You could be right, the other bug ids all refer to non macos-aarch64 problems. So let's try and enable the tests for macos-aarch64. |
Change looks okay to me otherwise. |
This backport pull request has now been updated with issue from the original commit. |
Yes, let's wait for GHA and SAP nightlies. |
Testing looks good. |
|
/integrate |
Going to push as commit 4202063. |
@RealCLanger Pushed as commit 4202063. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
The backport of JDK-8248194 introduced the testing of core files in test/hotspot/jtreg/serviceability/sa/ClhsdbFindPC.java. This can cause issues which we are seeing on MacOS arm64. With this backport, these seem to be gone.
The fix does not exactly fit into the 11u-dev codebase, so I had to make several adpatations.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/2698/head:pull/2698
$ git checkout pull/2698
Update a local copy of the PR:
$ git checkout pull/2698
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/2698/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2698
View PR using the GUI difftool:
$ git pr show -t 2698
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/2698.diff
Webrev
Link to Webrev Comment