> Can I please get a review of this doc-only change which updates the > specification of `Socket.isInputShutdown()` and `Socket.isOutputShutdown()` > to clarify how it behaves when the `Socket` has been closed? > > This addresses https://bugs.openjdk.org/browse/JDK-8310138. The commit in > this PR merely specifies the current implementation. I'll create a CSR > shortly. > > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Jaikiran Pai 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 eight additional commits since the last revision: - Alan's suggestion - minor adjustments to link to Socket::getInputStream()/getOutputStream() - merge latest from master branch - Reword the shutdownInput/Output and isInput/OutputShutdown() methods - merge latest from master branch - merge latest from master branch - link instead of linkplain - improve the text - 8310138 Socket.isInputShutdown and isOutputShutdown don't specify what is returned when socket is closed ------------- Changes: - all: https://git.openjdk.org/jdk/pull/31000/files - new: https://git.openjdk.org/jdk/pull/31000/files/03aaf0f1..c2860e5c Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=31000&range=04 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31000&range=03-04 Stats: 4623 lines in 82 files changed: 3524 ins; 496 del; 603 mod Patch: https://git.openjdk.org/jdk/pull/31000.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31000/head:pull/31000 PR: https://git.openjdk.org/jdk/pull/31000
