-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 17, 20, 21
-
Component/s: client-libs
-
None
-
b18
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 thread waiting on that lock.
I propose to add `awt.lock.fair` system property to help diagnosing such issues.
Theoretically, this can also be useful on other platforms, e.g. macOS.
I propose to add `awt.lock.fair` system property to help diagnosing such issues.
Theoretically, this can also be useful on other platforms, e.g. macOS.