> The testcase calls Platform.exit before the dialog is made visible but
> on macOS, JavaFX takes over the AppKit thread and uses that as the FX 
> application thread. As part of the FX platform shutdown process, it detaches 
> that thread from the JVM. This means that the AppKit thread is no longer 
> available to Java processes
> so AWT crashes when it ties to access appkit thread.
> Fix is made to check if the thread has been detached for move-resize 
> notification event before proceeding..

Prasanta Sadhukhan has updated the pull request incrementally with one 
additional commit since the last revision:

  Use cached Env only for AWT NSApplication and not for Override-delegate

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/20688/files
  - new: https://git.openjdk.org/jdk/pull/20688/files/acbabc91..105fe7d6

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=20688&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=20688&range=02-03

  Stats: 6 lines in 1 file changed: 4 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/20688.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20688/head:pull/20688

PR: https://git.openjdk.org/jdk/pull/20688

Reply via email to