On Wed, 10 Mar 2021 22:35:31 GMT, Florian Kirmaier <fkirma...@openjdk.org> wrote:
>> Fixing deadlock when calling Application.launch in the FXThread after >> Platform.startup > > Florian Kirmaier has updated the pull request incrementally with one > additional commit since the last revision: > > JDK-8263322 > updated the javadoc to mention the new case. Suggested minor changes. tests/system/src/test/java/test/com/sun/javafx/application/InitializeJavaFXBase.java line 96: > 94: } catch (Exception e) { > 95: throw e; > 96: } line 91: is non reachable code and second catch block is note required. tests/system/src/test/java/test/com/sun/javafx/application/InitializeJavaFXBase.java line 33: > 31: import junit.framework.Assert; > 32: import org.junit.BeforeClass; > 33: import org.junit.Test; unused imports, BeforeClass and Test. ------------- PR: https://git.openjdk.java.net/jfx/pull/421