On Fri, 1 May 2026 16:58:04 GMT, Alexey Ivanov <[email protected]> wrote:
>> Phil Race has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8377568 > > test/jdk/java/awt/image/DataBuffer/DataBufferConstructorTest.java line 652: > >> 650: testShortConstructor(oneShortSubArrays, 1, nullOffsetArray, >> signed, NullPointerException.class); >> 651: testShortConstructor(nullShortArrays, 0, zeroOffsetArray, >> signed, NullPointerException.class); >> 652: testShortConstructor(zeroShortSubArrays, 0, >> zeroOffsetArray, signed, IllegalArgumentException.class); > > Missing a test for `nullShortSubArrays`. added ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/29766#discussion_r3174928746
