On Sun, 1 Mar 2026 20:31:22 GMT, Andrey Turbanov <[email protected]> wrote:

>> 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 four additional 
>> commits since the last revision:
>> 
>>  - Alan's review - adjust the doc for flush() and finish() methods
>>  - remove extra space
>>  - merge latest from master branch
>>  - 8369181 (v1): InflaterOutputStream: writing after finish() results in a 
>> NullPointerException (NPE) instead of an IOException
>
> src/java.base/share/classes/java/util/zip/InflaterOutputStream.java line 181:
> 
>> 179:         }
>> 180:         if (toThrow != null) {
>> 181:             throw  toThrow;
> 
> Suggestion:
> 
>             throw toThrow;

Done.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/29935#discussion_r2870548894

Reply via email to