On Wed, 5 Apr 2023 15:54:53 GMT, Nikita Gubarkov <[email protected]> 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 <[email protected]> Committer: Alexey Ushakov <[email protected]> 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
