[OpenJDK 2D-Dev] Integrated: 8263488: Verify CWarningWindow works with metal rendering pipeline

Ajit Ghaisas aghaisas at openjdk.java.net
Mon Mar 22 02:48:42 UTC 2021


On Fri, 19 Mar 2021 10:17:57 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:

> Root cause : 
> CWarningWindow creates a MTLLayer with null peer.
> In MTLLayer.replaceSurfaceData() method, insets should be set only if peer is not null.
> 
> Fix : 
> Added the required null check.

This pull request has now been integrated.

Changeset: 42104e55
Author:    Ajit Ghaisas <aghaisas at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/42104e55
Stats:     4 lines in 1 file changed: 2 ins; 0 del; 2 mod

8263488: Verify CWarningWindow works with metal rendering pipeline

Reviewed-by: serb, pbansal, avu, kizune

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

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


More information about the 2d-dev mailing list