[jdk22u] RFR: 8325028: (ch) Pipe channels should lazily set socket to non-blocking mode on first use by virtual thread
Vladimir Petko
vpetko at openjdk.org
Wed Mar 6 21:05:58 UTC 2024
On Fri, 1 Mar 2024 08:32:03 GMT, Vladimir Petko <vpetko at openjdk.org> wrote:
> Hi all,
>
> This pull request contains a backport of commit [d1099033](https://github.com/openjdk/jdk/commit/d1099033ac63b9dd0dd6e3a7341db929e9e0e56e) from the [openjdk/jdk](https://git.openjdk.org/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] https://github.com/jruby/jruby/issues/8069
> [2] https://bugs.launchpad.net/ubuntu/+source/jruby/+bug/2054943
@GoeLin Hi, I have removed fix request due to the broken RISCV sysroot .
The error that I am getting:
W: See /home/runner/work/jdk22u/jdk22u/sysroot/debootstrap/debootstrap.log for details (possibly the package /var/cache/apt/archives/libssl3t64_3.1.5-1.1_riscv64.deb is at fault)
hints at RISCV being affected by time_t transition currently going on in Debian.
This will be an issue for the next few weeks.
-------------
PR Comment: https://git.openjdk.org/jdk22u/pull/79#issuecomment-1981772716
More information about the jdk-updates-dev
mailing list