-
Bug
-
Resolution: Fixed
-
P4
-
17, 20, 21
-
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.