Skip to content
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

8337876: [IR Framework] Add support for IR tests with @Stable #62

Closed

Conversation

shipilev
Copy link
Member

@shipilev shipilev commented Aug 12, 2024

Clean backport to improve IR Framework for upcoming tests.

Additional testing:

  • MacOS AArch64 server fastdebug, testlibrary_tests/ir_framework passes

Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • JDK-8338112 needs maintainer approval
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • JDK-8337876 needs maintainer approval

Issues

  • JDK-8337876: [IR Framework] Add support for IR tests with @Stable (Enhancement - P4 - Approved)
  • JDK-8338112: Test testlibrary_tests/ir_framework/tests/TestPrivilegedMode.java fails with release build (Bug - P4 - Approved)

Reviewers

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 62

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

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk23u/pull/62.diff

Webrev

Link to Webrev Comment

@bridgekeeper
Copy link

bridgekeeper bot commented Aug 12, 2024

👋 Welcome back shade! 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
Copy link

openjdk bot commented Aug 12, 2024

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

8337876: [IR Framework] Add support for IR tests with @Stable
8338112: Test testlibrary_tests/ir_framework/tests/TestPrivilegedMode.java fails with release build

Reviewed-by: eastigeevich, phh

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 4 new commits pushed to the master branch:

  • c212fe6: 8339725: Concurrent GC crashed due to GetMethodDeclaringClass
  • 7f9c4ab: 8339384: Unintentional IOException in jdk.jdi module when JDWP end of stream occurs
  • a21db48: 8326616: tools/javac/patterns/Exhaustiveness.java intermittently Timeout signalled after 480 seconds
  • 8f53f51: 8339416: [s390x] Provide implementation for resolve_global_jobject

Please see this link for an up-to-date comparison between the source branch of this pull request and 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.

➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.

@openjdk openjdk bot changed the title Backport c01f53ac2dab1d4d2cd1e4d45a67f9373d4a9c7e 8337876: [IR Framework] Add support for IR tests with @Stable Aug 12, 2024
@openjdk
Copy link

openjdk bot commented Aug 12, 2024

This backport pull request has now been updated with issue from the original commit.

@openjdk
Copy link

openjdk bot commented Aug 12, 2024

⚠️ @shipilev This change is now ready for you to apply for maintainer approval. This can be done directly in each associated issue or by using the /approval command.

@openjdk openjdk bot added the rfr Pull request is ready for review label Aug 12, 2024
@mlbridge
Copy link

mlbridge bot commented Aug 12, 2024

Webrevs

@shipilev
Copy link
Member Author

shipilev commented Aug 12, 2024

/approval request Clean backport to improve IR Framework for upcoming tests. Applies cleanly. IR Framework tests pass. Risk is low: test infrastructure change.

@openjdk
Copy link

openjdk bot commented Aug 12, 2024

@shipilev
8337876: The approval request has been created successfully.

@openjdk openjdk bot added the approval label Aug 12, 2024
@openjdk openjdk bot removed the clean label Aug 13, 2024
@shipilev
Copy link
Member Author

/issue add JDK-8338112

@openjdk
Copy link

openjdk bot commented Aug 13, 2024

@shipilev
Adding additional issue to issue list: 8338112: Test testlibrary_tests/ir_framework/tests/TestPrivilegedMode.java fails with release build.

@shipilev
Copy link
Member Author

/approval 8338112 request Follow-up for 8337876 to fix the test in release builds. Applies cleanly. Release JDK passes the test. Risk is low, test-only change.

@openjdk
Copy link

openjdk bot commented Aug 13, 2024

@shipilev
8338112: The approval request has been created successfully.

@openjdk openjdk bot removed the approval label Aug 14, 2024
@bridgekeeper
Copy link

bridgekeeper bot commented Sep 10, 2024

@shipilev This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

@shipilev
Copy link
Member Author

Both backports are actually clean. The PR is not marked clean because we have two bugs references in it.

/clean

@openjdk
Copy link

openjdk bot commented Sep 24, 2024

@shipilev The /clean pull request command is not enabled for this repository

@shipilev
Copy link
Member Author

@shipilev The /clean pull request command is not enabled for this repository

:( Need some reviews then, please.

Copy link
Member

@eastig eastig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirming it's a clean backport.

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Sep 24, 2024
@shipilev
Copy link
Member Author

Thank you!

/integrate

@openjdk
Copy link

openjdk bot commented Sep 25, 2024

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

  • 547a229: 8334057: JLinkReproducibleTest.java support receive test.tool.vm.opts
  • c212fe6: 8339725: Concurrent GC crashed due to GetMethodDeclaringClass
  • 7f9c4ab: 8339384: Unintentional IOException in jdk.jdi module when JDWP end of stream occurs
  • a21db48: 8326616: tools/javac/patterns/Exhaustiveness.java intermittently Timeout signalled after 480 seconds
  • 8f53f51: 8339416: [s390x] Provide implementation for resolve_global_jobject

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Sep 25, 2024
@openjdk openjdk bot closed this Sep 25, 2024
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels Sep 25, 2024
@openjdk
Copy link

openjdk bot commented Sep 25, 2024

@shipilev Pushed as commit 5979904.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport integrated Pull request has been integrated
Development

Successfully merging this pull request may close these issues.

3 participants