-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 12
-
b16
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245278 | 13.0.4 | Sergey Bylokhov | P4 | Resolved | Fixed | b02 |
JDK-8232696 | 11.0.6-oracle | Sergey Bylokhov | P4 | Resolved | Fixed | b02 |
JDK-8234560 | 11.0.6 | Sergey Bylokhov | P4 | Resolved | Fixed | b05 |
In Java_sun_lwawt_macosx_CPlatformView_nativeGetNSViewDisplayID, the access to the window property of the NSView is on the AWT event thread, but it should be on the main thread. Looks like a trivial fix.
- backported by
-
JDK-8232696 [macos] access to window property of NSView on wrong thread
- Resolved
-
JDK-8234560 [macos] access to window property of NSView on wrong thread
- Resolved
-
JDK-8245278 [macos] access to window property of NSView on wrong thread
- Resolved
- links to