Re: RFR: 8263322: Deadlock when calling Application.launch in the FXThread after Platform.startup [v3]

2021-03-10 Thread Florian Kirmaier
On Wed, 10 Mar 2021 22:03:52 GMT, Kevin Rushforth wrote: >> Florian Kirmaier has updated the pull request incrementally with three >> additional commits since the last revision: >> >> - JDK-8263322 >>removed unused imports, added missing change >> - JDK-8263322 >>Updated the

Re: RFR: 8263322: Deadlock when calling Application.launch in the FXThread after Platform.startup [v3]

2021-03-10 Thread Kevin Rushforth
On Wed, 10 Mar 2021 17:30:21 GMT, Kevin Rushforth wrote: >> About the CSR: >> This commit actually restores original behavior, when JavaFX was called with >> Application.launch, so it's not really a change in the API, it's more like a >> fix for a regression. >> How would I create a CSR? Just

Re: RFR: 8263322: Deadlock when calling Application.launch in the FXThread after Platform.startup [v3]

2021-03-10 Thread Kevin Rushforth
On Wed, 10 Mar 2021 21:54:32 GMT, Florian Kirmaier wrote: >> Fixing deadlock when calling Application.launch in the FXThread after >> Platform.startup > > Florian Kirmaier has updated the pull request incrementally with three > additional commits since the last revision: > > - JDK-8263322 >

Re: RFR: 8263322: Deadlock when calling Application.launch in the FXThread after Platform.startup [v3]

2021-03-10 Thread Florian Kirmaier
> Fixing deadlock when calling Application.launch in the FXThread after > Platform.startup Florian Kirmaier has updated the pull request incrementally with three additional commits since the last revision: - JDK-8263322 removed unused imports, added missing change - JDK-8263322 Updated