-
Bug
-
Resolution: Unresolved
-
P4
-
8, 9
-
-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
-
x86_64
-
solaris
Testsuite name: Regression (jdk_swing)
Test name(s): javax/swing/JInternalFrame/InternalFrameIsNotCollectedTest.java
Product(s) tested: JDK 8u40b19(64-bit)
OS/architecture: Solaris(x64), 64-bit JDK
Error log file (if present): see comments
Reproducible: Always
Reproducible on machine: see comments
Is it a Regression: No
Regression introduced in release/build: N/A
Test result on the last GAed release for this train: Fail (JDK 8u25b17)
Test result on FCS: Fail (1.8.0 b132)
Is it a platform specific issue: No(failing in Linux and Solaris)
Exception/Error from Log:
----------System.err:(13/808)----------
java.lang.RuntimeException: Closed internal frame wasn't collected
at InternalFrameIsNotCollectedTest.main(InternalFrameIsNotCollectedTest.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Closed internal frame wasn't collected
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Closed internal frame wasn't collected
Test run log location:
Steps to reproduce: see comments
Test name(s): javax/swing/JInternalFrame/InternalFrameIsNotCollectedTest.java
Product(s) tested: JDK 8u40b19(64-bit)
OS/architecture: Solaris(x64), 64-bit JDK
Error log file (if present): see comments
Reproducible: Always
Reproducible on machine: see comments
Is it a Regression: No
Regression introduced in release/build: N/A
Test result on the last GAed release for this train: Fail (JDK 8u25b17)
Test result on FCS: Fail (1.8.0 b132)
Is it a platform specific issue: No(failing in Linux and Solaris)
Exception/Error from Log:
----------System.err:(13/808)----------
java.lang.RuntimeException: Closed internal frame wasn't collected
at InternalFrameIsNotCollectedTest.main(InternalFrameIsNotCollectedTest.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Closed internal frame wasn't collected
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Closed internal frame wasn't collected
Test run log location:
Steps to reproduce: see comments
- relates to
-
JDK-8012004 JInternalFrame not being finalized after closing
- Closed
-
JDK-4748141 First JInternalFrame added to a JDesktop causes memory leak
- Closed