On Mon, 14 Feb 2022 09:40:49 GMT, Martin Desruisseaux <d...@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 aivanov (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/7337