Re: RFR: 8231558: [macos] Platform.exit causes assertion error on macOS 10.15 or later [v2]

2021-07-01 Thread Ajit Ghaisas
On Mon, 28 Jun 2021 12:27:34 GMT, Kevin Rushforth wrote: >> This is a fix for the assertion error message that is printed to the console >> on macOS 10.15 or later when an application calls `Platform.exit` while a >> `Stage` is showing. >> >> The root cause is a latent bug in the JavaFX glass

Re: RFR: 8231558: [macos] Platform.exit causes assertion error on macOS 10.15 or later [v2]

2021-06-28 Thread Pankaj Bansal
On Mon, 28 Jun 2021 12:27:34 GMT, Kevin Rushforth wrote: >> This is a fix for the assertion error message that is printed to the console >> on macOS 10.15 or later when an application calls `Platform.exit` while a >> `Stage` is showing. >> >> The root cause is a latent bug in the JavaFX glass

Re: RFR: 8231558: [macos] Platform.exit causes assertion error on macOS 10.15 or later [v2]

2021-06-28 Thread Kevin Rushforth
On Sun, 27 Jun 2021 13:16:40 GMT, Pankaj Bansal wrote: >> Kevin Rushforth has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix value of ERROR_TIMEOUT constant per code review > > tests/system/src/test/java/test/launchertest/Constants.java

Re: RFR: 8231558: [macos] Platform.exit causes assertion error on macOS 10.15 or later [v2]

2021-06-28 Thread Kevin Rushforth
> This is a fix for the assertion error message that is printed to the console > on macOS 10.15 or later when an application calls `Platform.exit` while a > `Stage` is showing. > > The root cause is a latent bug in the JavaFX glass code that was revealed by > an apparent change of behavior in m