-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b07
-
generic, x86
-
generic, windows_xp
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2152461 | 6u10 | Dmitry Cherepanov | P2 | Closed | Fixed | b08 |
Any modal dialog is added to the 'modalDialogs' static field of java.awt.Dialog class in modalShow() method. However, this method is called not only the dialog is really shown, but also when it is unblocked by another modal dialog. This leads to the situation when the dialog is added to the list of modal dialogs several times and prevents it from being GCed.
The test that can be used to demostrate the problem is attached.
The test that can be used to demostrate the problem is attached.
- backported by
-
JDK-2152461 Modal dialogs are added to modalDialogs field several times
-
- Closed
-
- duplicates
-
JDK-6568965 Modals Dialogs are never garbage collected
-
- Closed
-
- relates to
-
JDK-6575402 Top-level Memory Leak in BufferStrategyPaintManager
-
- Open
-