On Thu, 14 Nov 2024 13:18:03 GMT, ExE Boss <d...@openjdk.org> wrote: >> src/java.base/share/classes/java/io/BufferedOutputStream.java line 89: >> >>> 87: >>> 88: if (getClass() == BufferedOutputStream.class) { >>> 89: // resizable if initialSize < maxSize >> >> I think the comment is confusing, can it just say resizable when not >> sub-classed as it did previously? > > Suggestion: > > // resizable when not sub-classed
Changed in 15bf969. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22048#discussion_r1842560653