Runtime environment based on OpenJDK for running IntelliJ Platform-based products on Windows, macOS, and Linux
GNU General Public License v2.0
1.36k
stars
200
forks
source link
JBR-6783 MouseEvent/MenuDragMouseEventAbsoluteCoordsTest/MenuDragMouseEventAbsoluteCoordsTest.java: Found one Java-level deadlock #329
Closed
mkartashev closed 8 months ago
JBR-6783 MouseEvent/MenuDragMouseEventAbsoluteCoordsTest/MenuDragMouseEventAbsoluteCoordsTest.java: Found one Java-level deadlock
The failing test was fixed by the
performUnlocked()
incheckIfOnNewScreen()
. I also improved synchronization throughout theWLComponentPeer
class.