On Fri, 2 May 2025 19:38:11 GMT, Rémi Forax <fo...@openjdk.org> wrote:
>> 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 > > test/jdk/java/io/BufferedReader/ReadAll.java line 82: > >> 80: @AfterAll >> 81: public static void cleanup() throws IOException { >> 82: file.delete(); > > If the call to createTempFile() above fails with an exception, file will be > null Thanks. Fixed in [db33831](https://github.com/openjdk/jdk/pull/24728/commits/db338317439703e106f06f963eb67f06bf150d28). ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24728#discussion_r2074192348