> When using Swing it's possible to generate a Deadlock. > It's related to the nested eventloop started in enterFullScreenExitingLoop - > and the RenderLock aquired when using setView in Scene. > Sample Programm and Threaddump are added to the ticket. > > Removing the nested loop fixes the Problem. > I hope this doesn't have any side effect - so far i don't know of any.
Florian Kirmaier has updated the pull request incrementally with one additional commit since the last revision: JDK-8273485 Added check for null when calling initScreens ------------- Changes: - all: https://git.openjdk.java.net/jfx/pull/622/files - new: https://git.openjdk.java.net/jfx/pull/622/files/4dcbcc22..faddeb60 Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jfx&pr=622&range=07 - incr: https://webrevs.openjdk.java.net/?repo=jfx&pr=622&range=06-07 Stats: 8 lines in 1 file changed: 4 ins; 1 del; 3 mod Patch: https://git.openjdk.java.net/jfx/pull/622.diff Fetch: git fetch https://git.openjdk.java.net/jfx pull/622/head:pull/622 PR: https://git.openjdk.java.net/jfx/pull/622