-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b06
-
generic
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 event that mouse move is not received.
The missing null check will cause an NPE in finally block when frame2 is not created in the event that mouse move is not received.
- relates to
-
JDK-8320056 [macos14] java/awt/Mouse/GetMousePositionTest/GetMousePositionWithPopup.java#id1 fail by NPE
- Closed