-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0, 1.4.0, 1.4.1
-
None
-
tiger
-
x86
-
windows_2000
Name: apR10133 Date: 05/07/2003
The peer of SwingUtilities.sharedOwnerFrame instance was created by call
to Window.addNotify(or pack()). This instance lies in static variable of
SwingUtilities and is never been disposed of. Because AWTAutoShutdown sees
that there is alive peer exists it doesn't shut AWT down. This causes the
memory leak in some applications, also it causes Frames and Dialogs to
keep the JVM from exiting once all the frames are closed and disposed
(see bug 4726458).
======================================================================
- duplicates
-
JDK-4745771 JVM hangs after using ownerless JDialog
-
- Closed
-
-
JDK-4765314 JWindow behaves differently than JFrame
-
- Closed
-
- relates to
-
JDK-4895582 Infinite count of WINDOW_CLOSED events when dispose window owner
-
- Closed
-
-
JDK-4726458 Dialogs and Frames are never garbage collected
-
- Closed
-