-
Bug
-
Resolution: Fixed
-
P2
-
7
-
b48
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8017402 | 6u65 | Artem Ananiev | P2 | Closed | Fixed | b01 |
JDK-8008106 | 6u60 | Mikhail Cherkasov | P2 | Resolved | Fixed | b01 |
There is a leak in the list of owned child windows for every window. Run the attached test and check output: test prints two counters, one for weak reference with null value, and another is for not-null value. It's clear that target objects (child windows) are properly destroyed, however the corresponding weak refereces are never removed from ownedWindowList.
- backported by
-
JDK-8008106 WeakReference leak in Window.ownedWindowList
- Resolved
-
JDK-8017402 WeakReference leak in Window.ownedWindowList
- Closed