Integrated: 8305666: Add system property for fair AWT lock

Nikita Gubarkov ngubarkov at openjdk.org
Fri Apr 7 10:09:54 UTC 2023


On Wed, 5 Apr 2023 15:54:53 GMT, Nikita Gubarkov <ngubarkov at openjdk.org> wrote:

> There are freezes reported on some Linux configurations which are believed to may be caused by the toolkit thread quickly reacquiring AWT_LOCK while polling for events, which starves EDT waiting on that lock.
> Adding new `awt.lock.fair` system property can help diagnosing such issues.

This pull request has now been integrated.

Changeset: dc81603c
Author:    Nikita Gubarkov <ngubarkov at openjdk.org>
Committer: Alexey Ushakov <avu at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/dc81603cbf223c3ac6b41396d1998a07524a0d54
Stats:     3 lines in 1 file changed: 2 ins; 0 del; 1 mod

8305666: Add system property for fair AWT lock

Reviewed-by: prr

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

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



More information about the client-libs-dev mailing list