-
Notifications
You must be signed in to change notification settings - Fork 92
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
8325028: (ch) Pipe channels should lazily set socket to non-blocking mode on first use by virtual thread #290
Conversation
👋 Welcome back vpetko! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
|
Webrevs
|
@vpa1977 please also backport this to jdk22u. |
|
Thanks. I also ran it through our nightly testing. No issues found. |
/approval request |
@vpa1977 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 24 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. ➡️ To flag this PR as ready for integration with the above commit message, type |
Hi @vpa1977 |
Thank you!!! |
/integrate |
Hey @vpa1977, the last GHA test run was back in Feburary. Please merge from master and see that GHAs are still green? After that, I can sponsor. |
@shipilev Thank you!!! I've merged master and the tests passed. |
/sponsor |
@vpa1977 Only Committers are allowed to sponsor changes. |
/integrate |
/sponsor |
Going to push as commit 667513a.
Your commit was automatically rebased without conflicts. |
Hi all,
This pull request contains a backport of commit d1099033 from the openjdk/jdk repository.
The commit being backported was authored by Alan Bateman on 8 Feb 2024 and was reviewed by Brian Burkhalter.
This change fixes a bug in jruby[1] that broken pipeline functions of Open3[1][2].
This change is high risk as there is no jtreg test directly testing the pipe behaviour.
Patch applies cleanly to 21u.
The patch was tested against JRuby test suite in Ubuntu. Without the patch the following tests[3] fail:
With the patch, they pass. Also the reproducer
outputs 12 as expected in multiple runs.
There is no regression in tier1 and tier2 tests ran on Ubuntu.
Thanks!
[1] jruby/jruby#8069
[2] https://bugs.launchpad.net/ubuntu/+source/jruby/+bug/2054943
[3] https://bugs.launchpad.net/ubuntu/+source/openjdk-21/+bug/2054943
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/290/head:pull/290
$ git checkout pull/290
Update a local copy of the PR:
$ git checkout pull/290
$ git pull https://git.openjdk.org/jdk21u-dev.git pull/290/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 290
View PR using the GUI difftool:
$ git pr show -t 290
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/290.diff
Webrev
Link to Webrev Comment