RFR: 8275345: RasterFormatException when drawing a tiled image made of non-writable rasters [v3]
Phil Race
prr at openjdk.java.net
Mon Feb 14 18:45:09 UTC 2022
On Mon, 14 Feb 2022 09:40:49 GMT, Martin Desruisseaux <duke at openjdk.java.net> wrote:
>> This commit fixes a `RasterFormatException` thrown when `Graphics2D.drawRenderedImage(…)` is invoked with an image containing tiles that are instances of `Raster` but not `WritableRaster`.
>>
>> https://bugs.openjdk.java.net/browse/JDK-8275345
>
> Martin Desruisseaux has updated the pull request incrementally with one additional commit since the last revision:
>
> Make the test class public for allowing execution by jtreg.
> Fix a compiler warning about raw type.
Marked as reviewed by prr (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/7337
More information about the client-libs-dev
mailing list