RFR: 8371225: Missing release of GDK lock in Java_sun_awt_X11_GtkFileDialogPeer_run()
Alexey Ivanov
aivanov at openjdk.org
Thu Nov 6 17:45:38 UTC 2025
On Thu, 6 Nov 2025 15:36:07 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:
> The `Java_sun_awt_X11_GtkFileDialogPeer_run` JNI function does not call `gdk_threads_leave` for the corresponding `gdk_threads_enter` in 3 cases of early return.
> This simple change resolves the issue.
>
> Testing looks good.
Marked as reviewed by aivanov (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/28177#pullrequestreview-3429616696
More information about the client-libs-dev
mailing list