On Tue, 28 Apr 2026 23:43:31 GMT, Phil Race <[email protected]> wrote:

>> test/jdk/java/awt/image/DataBuffer/DataBufferConstructorTest.java line 662:
>> 
>>> 660:         final int[] oneKIntArray = new int[1000];
>>> 661:         final int[][] nullIntArrays = null;
>>> 662:         final int[][] nullIntSubArrays = { nullIntArray } ;
>> 
>> Is "nullIntSubArrays"/nullxxx.. truly unused or some checks are missed in 
>> the test?
>
> There are few of these which we don't use. I've removed them

now added back with tests

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

PR Review Comment: https://git.openjdk.org/jdk/pull/29766#discussion_r3174928194

Reply via email to