Skip to content

8303499: [s390x] ProblemList StressStackOverflow#12834

Closed
offamitkumar wants to merge 1 commit intoopenjdk:masterfrom
offamitkumar:8303499
Closed

8303499: [s390x] ProblemList StressStackOverflow#12834
offamitkumar wants to merge 1 commit intoopenjdk:masterfrom
offamitkumar:8303499

Conversation

@offamitkumar
Copy link
Member

@offamitkumar offamitkumar commented Mar 2, 2023

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

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk pull/12834/head:pull/12834
$ git checkout pull/12834

Update a local copy of the PR:
$ git checkout pull/12834
$ git pull https://git.openjdk.org/jdk pull/12834/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 12834

View PR using the GUI difftool:
$ git pr show -t 12834

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/12834.diff

@bridgekeeper
Copy link

bridgekeeper bot commented Mar 2, 2023

👋 Welcome back offamitkumar! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk openjdk bot changed the title 8303498 8303498: [s390x] StressStackOverflow is failing Mar 2, 2023
@openjdk openjdk bot added the rfr Pull request is ready for review label Mar 2, 2023
@openjdk
Copy link

openjdk bot commented Mar 2, 2023

@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
  • build
  • client
  • compiler
  • core-libs
  • hotspot
  • hotspot-compiler
  • hotspot-gc
  • hotspot-jfr
  • hotspot-runtime
  • i18n
  • ide-support
  • javadoc
  • jdk
  • jmx
  • kulla
  • net
  • nio
  • security
  • serviceability
  • shenandoah

@offamitkumar offamitkumar changed the title 8303498: [s390x] StressStackOverflow is failing 8303499 Mar 2, 2023
@openjdk openjdk bot changed the title 8303499 8303499: [s390x] ProblemList StressStackOverflow Mar 2, 2023
@AlanBateman
Copy link
Contributor

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?

@offamitkumar
Copy link
Member Author

Alan I'm attaching JTR file could you confirm the same probably provide more insights, as test you mentioned ScopeValueAPI.java and ManyBindings.java are passing.
StressStackOverflow.log

@AlanBateman
Copy link
Contributor

AlanBateman commented Mar 3, 2023

Alan I'm attaching JTR file could you confirm the same probably provide more insights, as test you mentioned ScopeValueAPI.java and ManyBindings.java are passing.
StressStackOverflow.log

@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 git show 221e1a426070088b819ddc37b7ca77d9d8626eb4 src/hotspot/cpu) and maybe the equivalent changes for s390x have not done been done yet.

Excluding the test via the ProblemList until the s390x work is done seem reasonable.

@AlanBateman
Copy link
Contributor

/label add core-libs

@openjdk openjdk bot added the core-libs core-libs-dev@openjdk.org label Mar 3, 2023
@openjdk
Copy link

openjdk bot commented Mar 3, 2023

@AlanBateman
The core-libs label was successfully added.

@openjdk
Copy link

openjdk bot commented Mar 3, 2023

@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:

8303499: [s390x] ProblemList StressStackOverflow

Reviewed-by: alanb

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 master branch:

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 /integrate in a new comment. (Afterwards, your sponsor types /sponsor in a new comment to perform the integration).

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Mar 3, 2023
@offamitkumar
Copy link
Member Author

These are trivial changes. So I guess 1 Reviewer should be enough.
/integrate

please sponsor accordingly.

@openjdk openjdk bot added the sponsor Pull request is ready to be sponsored label Mar 3, 2023
@openjdk
Copy link

openjdk bot commented Mar 3, 2023

@offamitkumar
Your change (at version 49eaeca) is now ready to be sponsored by a Committer.

@mlbridge
Copy link

mlbridge bot commented Mar 3, 2023

Webrevs

@AlanBateman
Copy link
Contributor

/sponsor

@openjdk
Copy link

openjdk bot commented Mar 3, 2023

Going to push as commit 8bf084c.
Since your change was applied there have been 97 commits pushed to the master branch:

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Mar 3, 2023
@openjdk openjdk bot closed this Mar 3, 2023
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review sponsor Pull request is ready to be sponsored labels Mar 3, 2023
@openjdk
Copy link

openjdk bot commented Mar 3, 2023

@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.

@offamitkumar offamitkumar deleted the 8303499 branch March 6, 2023 10:06
@dholmes-ora
Copy link
Member

Wouldn't this also be an issue on AIX?

@offamitkumar
Copy link
Member Author

Yes @dholmes-ora it is, and I informed Tyler Steele about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core-libs core-libs-dev@openjdk.org integrated Pull request has been integrated

Development

Successfully merging this pull request may close these issues.

3 participants