On Fri, 19 Mar 2021 10:17:57 GMT, Ajit Ghaisas <aghai...@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. Marked as reviewed by pbansal (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/3086