On Sun, 17 May 2026 04:26:06 GMT, Sergey Bylokhov <[email protected]> wrote:
>> src/java.desktop/share/classes/java/awt/image/MultiPixelPackedSampleModel.java
>> line 334:
>>
>>> 332: */
>>> 333: public SampleModel createSubsetSampleModel(int[] bands) {
>>> 334: if (bands != null) {
>>
>> Do we need to cover this by the test?
>
> The latest test does not cover this spec/code change.
I added a test.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/30826#discussion_r3255478681
