JDK-8339183 : [macos] Premature exit in Swing interop when last JFrame is disposed
  • Type: Bug
  • Component: javafx
  • Sub-Component: window-toolkit
  • Affected Version: jfx11,8,jfx23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • Submitted: 2024-08-28
  • Updated: 2024-09-05
  • Resolved: 2024-09-03
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
jfx24 b08Fixed
Related Reports
Relates :  
Description
To reproduce this, do the following on macOS:

1. Run the attached test program
2. Click on the "close" button
BUG: the application will exit after a couple seconds

On Windows and Linux, the program correctly does not exit

I discovered this while evaluating JDK-8339178.
Comments
Changeset: 46522826 Branch: master Author: Kevin Rushforth <kcr@openjdk.org> Date: 2024-09-03 19:16:55 +0000 URL: https://git.openjdk.org/jfx/commit/465228269ba1d9ad4e902e9f161b79b8a1ebcd81
03-09-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jfx/pull/1545 Date: 2024-08-26 21:11:03 +0000
28-08-2024