On Mon, 27 Apr 2026 21:16:04 GMT, Phil Race <[email protected]> wrote:
>> This is mostly spec updates. >> A PixelInterleavedSampleModel constructor did not specify what happens with >> some illegal arguments >> >> It was also reported that the same problem exists for the >> createSubsetSampleModel so that is updated too, but I then went and looked >> at this method in other SampleModel subclasses and updated those too. >> >> The super-class SampleModel. createSubsetSampleModel is NOT updated because >> in fact one subclass behaves differently because it supports only one band. >> That subclass is handled in a related PR, not this one. >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Phil Race has updated the pull request incrementally with one additional > commit since the last revision: > > 8378464 Aside of RasterFormatException looks like it is mostly a doc change. Looks reasonable. ------------- Marked as reviewed by kizune (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/30902#pullrequestreview-4213426008
