-
Notifications
You must be signed in to change notification settings - Fork 57
8325028: (ch) Pipe channels should lazily set socket to non-blocking mode on first use by virtual thread #79
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. |
GHA failure setting up RISCV schroot. |
|
@GoeLin Hi, I have removed fix request due to the broken RISCV sysroot .
hints at RISCV being affected by time_t transition currently going on in Debian. This will be an issue for the next few weeks. |
/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 54 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 |
/integrate |
/sponsor |
Going to push as commit dbaca7a.
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].
Thanks!
[1] jruby/jruby#8069
[2] https://bugs.launchpad.net/ubuntu/+source/jruby/+bug/2054943
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk22u.git pull/79/head:pull/79
$ git checkout pull/79
Update a local copy of the PR:
$ git checkout pull/79
$ git pull https://git.openjdk.org/jdk22u.git pull/79/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 79
View PR using the GUI difftool:
$ git pr show -t 79
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk22u/pull/79.diff
Webrev
Link to Webrev Comment