On Wed, 4 Jun 2025 08:40:59 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> It is still unclear why an exception is reported just in this line and others > like mention below, can we narrow down what exact line in the code/macro > caused that? It is `AWT_UNLOCK();` and `Throw` in it, but it just rethrows earlier pending exception. It seems to be a false positive because neither `AWT_LOCK` nor `awt_getX11KeySym` leaves any pending exceptions. https://github.com/openjdk/jdk/pull/25605#discussion_r2125687104 ------------- PR Comment: https://git.openjdk.org/jdk/pull/25605#issuecomment-2940032504