JDK-8016750 : Fix failed for JDK-8008106
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 6u60
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2013-06-17
  • Updated: 2013-09-12
  • Resolved: 2013-06-28
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.
JDK 6
6u60 b04Fixed
Related Reports
Relates :  
Description
Testsuite name: Regression
Test name: java/awt/Window/OwnedWindowsLeak/OwnedWindowsLeak.java
JDK tested: 6u60 b01
OS tested: Windows, Linux

Log:

#section:main
----------messages:(3/119)----------
command: main OwnedWindowsLeak
reason: User specified action: run main OwnedWindowsLeak 
elapsed time (seconds): 11.71
----------System.out:(0/0)----------
----------System.err:(16/879)----------
java.lang.OutOfMemoryError: Java heap space
        at java.lang.Class.getDeclaredFields0(Native Method)
        at java.lang.Class.privateGetDeclaredFields(Class.java:2339)
        at java.lang.Class.getDeclaredField(Class.java:1907)
        at OwnedWindowsLeak.main(OwnedWindowsLeak.java:81)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
        at java.lang.Thread.run(Thread.java:662)

JavaTest Message: Test threw exception: java.lang.OutOfMemoryError: Java heap space
JavaTest Message: shutting down test

STATUS:Failed.`main' threw exception: java.lang.OutOfMemoryError: Java heap space
result: Failed. Execution failed: `main' threw exception: java.lang.OutOfMemoryError: Java heap space
Comments
SQE ok to take it in 6u60.
28-06-2013

6u60-critical-request: regression test fails
28-06-2013

It fails on linux. the fix is ready, I'm about to send it to review.
21-06-2013

I checked on windows only, I'll soon check it on linux too.
21-06-2013

I see no exceptions with jdk6u60b02: $ sh jtest.sh test/java/awt/Window/OwnedWindowsLeak/OwnedWindowsLeak.java C:/ws/jdk6/jdk1.6.0_60 C:/tools/jtreg-4.1 Directory "JTreport" not found: creating Directory "JTwork" not found: creating Directory "JTwork\scratch" not found: creating Test results: passed: 1
21-06-2013

061813 - Alex to check status with Mikhail, decide if we need to fix for 6u60 or defer
18-06-2013