On Fri, 14 May 2021 10:11:17 GMT, Alexey Ushakov <a...@openjdk.org> wrote:

>> Added one more bit for subIndex
>
> Alexey Ushakov has refreshed the contents of this pull request, and previous 
> commits have been removed. The incremental views will show differences 
> compared to the previous content of the PR.

test/jdk/java/awt/image/VolatileImage/AlphaCompositeTest.java line 54:

> 52:         } while (vi.contentsLost());
> 53: 
> 54:         BufferedImage snapshot = vi.getSnapshot();

The snapshot should be saved inside the loop above, overwise content can be 
lost after the loop but brefore "vi.getSnapshot()"

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

PR: https://git.openjdk.java.net/jdk/pull/4018

Reply via email to