RFR: 8342086: FileInputStream.available() fails with "Incorrect function" for "nul" path (win) [v2]
Alan Bateman
alanb at openjdk.org
Mon Dec 2 20:14:42 UTC 2024
On Mon, 2 Dec 2024 19:44:02 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Modify the `handleAvailable` native code path to ignore an `ERROR_INVALID_FUNCTION` encountered by `PeekNamedPipe` and update an existing test to verify this change.
>
> Brian Burkhalter has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
>
> - 8342086: Do not filter PeekNamedPipe errors
> - Merge
> - 8342086: FileInputStream.available() fails with "Incorrect function" for "nul" path (win)
Marked as reviewed by alanb (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/21543#pullrequestreview-2473811757
More information about the core-libs-dev
mailing list