On Wed, 23 Apr 2025 22:04:25 GMT, Brian Burkhalter <[email protected]> wrote:
>> Implement the requested methods and add a test thereof.
>
> Brian Burkhalter has updated the pull request incrementally with one
> additional commit since the last revision:
>
> 8354724: Fix readAllChars gaffe in Reader returned by Readed.of and account
> for it in test
src/java.base/share/classes/java/io/Reader.java line 211:
> 209: }
> 210:
> 211: public String readAllChars() throws IOException {
The addition of this method effectively resolves
[JDK-8309726](https://bugs.openjdk.org/browse/JDK-8309726), so I hope you don't
mind me setting you as the assignee there, just to ensure we don't forget to
close JDK-8309726 in turn once JDK-8354724 is closed? 🙂
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24728#discussion_r2072357390