-
Bug
-
Resolution: Fixed
-
P3
-
6, 7, 8
-
b100
The 7146146 issue was fixed incorrectly. The 8030118 issue will revert these changes.
We should find a way to fix a deadlock in the UndoManager class.
The problem is its synchronized methods: addEdit(UndoableEdit) & undo().
We should find a way to fix a deadlock in the UndoManager class.
The problem is its synchronized methods: addEdit(UndoableEdit) & undo().
- relates to
-
JDK-8030118 Document listeners fired outside document lock
-
- Closed
-
-
JDK-7146146 Deadlock between subclass of AbstractDocument and UndoManager
-
- Closed
-
-
JDK-8145787 [TEST_BUG][PIT] javax/swing/undo/UndoManager/AbstractDocumentUndoConcurrentTest.java fails with CannotUndoException
-
- Resolved
-