JDK-8068307 : Test javax/swing/JInternalFrame/InternalFrameIsNotCollectedTest.java fails with GTKL&F
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 8,9
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: solaris
  • CPU: x86_64
  • Submitted: 2014-12-26
  • Updated: 2022-09-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Relates :  
Description
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