On Wed, 13 Jan 2021 02:34:37 GMT, Phil Race <p...@openjdk.org> wrote:
> Since the next line throws NSException everything before this change and > after this change should cause control to reach the COCOA_EXIT macro. It does not, the JNI_COCOA_EXIT macro is executed on a different thread than JNI_COCOA_THROW_RUNTIME_EXCEPTION (in both times where this macro is used) ------------- PR: https://git.openjdk.java.net/jdk/pull/2056