JDK-8324237 : Typo in comment in GlassApplication.m
  • Type: Bug
  • Component: javafx
  • Sub-Component: window-toolkit
  • Affected Version: jfx22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-01-20
  • Updated: 2024-08-17
  • Resolved: 2024-01-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
jfx23 b02Fixed
Related Reports
Relates :  
Description
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).
Comments
Changeset: ff4f8e38 Author: Kevin Rushforth <kcr@openjdk.org> Date: 2024-01-23 18:35:24 +0000 URL: https://git.openjdk.org/jfx/commit/ff4f8e3871fcc29b97b99808dbe2f9b3da3642bc
23-01-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jfx/pull/1343 Date: 2024-01-20 14:52:19 +0000
20-01-2024