The program is not terminated when clicking the close button of the login window title bar; it is terminated correctly via the quit button. Both should trigger the same action.
I am using Oracle Java 1.8.0_171 and KDE/Plasama. When using the quit button, System.exit is called. This ist not the case when closing the window and some threads (not the EDT) keep running...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It is not reproducible here (2.6.3 and Master [381d4d]) on Oracle Hotspot VM 1.8.0_172 and icedtea 3.7 and KDE/Plamsa 5
Related
Commit: [381d4d]
I am using Oracle Java 1.8.0_171 and KDE/Plasama. When using the quit button, System.exit is called. This ist not the case when closing the window and some threads (not the EDT) keep running...
OK, I can reproduce it know. The window is closed, but the scaffold hunter process is still there.
fixed in [549972]
Related
Commit: [549972]
Tested by @nlskrg. Merged in [5fd069].
Related
Commit: [5fd069]