Re: RFR: JDK-8323617 : Add missing null checks to GetMousePositionWithPopup.java test

2024-01-12 Thread Damon Nguyen
On Thu, 11 Jan 2024 20:04:56 GMT, Harshitha Onkar wrote: > While investigating a macOS 14 issue noticed missing null checks in > java/awt/Mouse/GetMousePositionTest/GetMousePositionWithPopup.java > > The missing null check will cause an NPE in finally block when frame2 is not > created in the

Re: RFR: JDK-8323617 : Add missing null checks to GetMousePositionWithPopup.java test

2024-01-12 Thread Alexey Ivanov
On Thu, 11 Jan 2024 20:04:56 GMT, Harshitha Onkar wrote: > While investigating a macOS 14 issue noticed missing null checks in > java/awt/Mouse/GetMousePositionTest/GetMousePositionWithPopup.java > > The missing null check will cause an NPE in finally block when frame2 is not > created in the

Re: RFR: JDK-8323617 : Add missing null checks to GetMousePositionWithPopup.java test

2024-01-11 Thread Sergey Bylokhov
On Thu, 11 Jan 2024 20:04:56 GMT, Harshitha Onkar wrote: > While investigating a macOS 14 issue noticed missing null checks in > java/awt/Mouse/GetMousePositionTest/GetMousePositionWithPopup.java > > The missing null check will cause an NPE in finally block when frame2 is not > created in the