RFR: JDK-8361748 : Enforce limits on the size of an XBM image [v2]
Harshitha Onkar
honkar at openjdk.org
Thu Aug 7 21:30:18 UTC 2025
On Mon, 4 Aug 2025 07:29:05 GMT, Jayathirth D V <jdv at openjdk.org> wrote:
>> Harshitha Onkar has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - rename
>> - test summary
>
> test/jdk/java/awt/image/XBMDecoder/XBMDecoderTest.java line 55:
>
>> 53: System.out.println("--- Testing " + fileName + " ---");
>> 54: try (FileInputStream fis = new FileInputStream(file);
>> 55: ByteArrayOutputStream errContent = new ByteArrayOutputStream()) {
>
> Indentation issue.
ByteArrayOutputStream stmt part of try-with-resources block.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26488#discussion_r2261433937
More information about the client-libs-dev
mailing list