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. This pull request has now been integrated. Changeset: 42104e55 Author: Ajit Ghaisas <aghai...@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