8303499: [s390x] ProblemList StressStackOverflow#12834
8303499: [s390x] ProblemList StressStackOverflow#12834offamitkumar wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back offamitkumar! A progress list of the required criteria for merging this PR into |
|
@offamitkumar To determine the appropriate audience for reviewing this pull request, one or more labels corresponding to different subsystems will normally be applied automatically. However, no automatic labelling rule matches the changes in this pull request. In order to have an "RFR" email sent to the correct mailing list, you will need to add one or more applicable labels manually using the /label pull request command. Applicable Labels
|
|
If scoped values aren't implemented on s390x then I would expect several other tests to fail, e.g. ScopeValueAPI.java, ManyBindings.java, StructuredTaskScope/WithScopedValue.java, ThreadFlock/WithScopedValue.java. So I suspect something else is going on here. Maybe it's stack overflow handling? |
|
Alan I'm attaching JTR file could you confirm the same probably provide more insights, as test you mentioned |
@theRealAph may wish to comment on this issue. If ScopeValueAPI.java and ManyBindings.java are passing then it suggests that ScopeValue API is at least functional. The JEP 429 implementation did have a small change to C2 (look at Excluding the test via the ProblemList until the s390x work is done seem reasonable. |
|
/label add core-libs |
|
@AlanBateman |
|
@offamitkumar 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 92 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@AlanBateman) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
These are trivial changes. So I guess 1 Reviewer should be enough. please sponsor accordingly. |
|
@offamitkumar |
|
/sponsor |
|
Going to push as commit 8bf084c.
Your commit was automatically rebased without conflicts. |
|
@AlanBateman @offamitkumar Pushed as commit 8bf084c. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
|
Wouldn't this also be an issue on AIX? |
|
Yes @dholmes-ora it is, and I informed Tyler Steele about it. |
This PR adds StressStackOverflow.java test to ProblemList. The feature Scope Value is not yet implemented on s390x-arch which is Incubating state. Whenever fix will be given to JDK-8303498 then we will remove it.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk pull/12834/head:pull/12834$ git checkout pull/12834Update a local copy of the PR:
$ git checkout pull/12834$ git pull https://git.openjdk.org/jdk pull/12834/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 12834View PR using the GUI difftool:
$ git pr show -t 12834Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/12834.diff