-
Bug
-
Resolution: Fixed
-
P4
-
jfx22
-
b02
The following comment has a typo in the name of one of the methods to which the list of runLoopModes applies:
// List of RunLoopModes in which we will run runnables passed
// to _invokeAndWait and _invokeAndExit. ...
"_invokeAndExit" should be "_submitForLaterInvocation" (as correctly documented in the earlier comment where the runLoopModes is declared).
// List of RunLoopModes in which we will run runnables passed
// to _invokeAndWait and _invokeAndExit. ...
"_invokeAndExit" should be "_submitForLaterInvocation" (as correctly documented in the earlier comment where the runLoopModes is declared).
- relates to
-
JDK-8221261 Deadlock on macOS in JFXPanel app when handling IME calls
- Resolved