JDK-4913044 : REGRESSION: AWTComponentTest/src/Automated/4379291/ComponentLeakTest fail in b16
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 5.0
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS:
    solaris_9,solaris_10,windows_2000,windows_2003,windows_xp solaris_9,solaris_10,windows_2000,windows_2003,windows_xp
  • CPU: x86
  • Submitted: 2003-08-27
  • Updated: 2003-10-13
  • Resolved: 2003-09-23
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
5.0 tigerFixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Description
JDK            : JDK1.5.0 b16 (pass in previous builds)
Platform[s]    : Windows 2000, Windows 2003
switch/Mode    : -client -Xint
test harness   : tonga 1.2 (53)
testbase       : /net/cady/export/dtf/unified/knight-ws/suites/awt/testbase
Falling test[s]: AWT_Hopper_WS/AWTComponentTest/src/Automated/4379291/ComponentLeakTest.html

ComponentLeakTest.err:
========================
java.lang.RuntimeException: Frame not finalized
        at ComponentLeakTest.start(ComponentLeakTest.java:128)
        at com.sun.javatest.regtest.AppletWrapper$AppletThread.run(AppletWrapper.java:145)
        at java.lang.Thread.run(Thread.java:549)
STATUS:Failed.Applet thread threw exception: java.lang.RuntimeException: Frame not finalized

ComponentLeakTest.tlog and ComponentLeakTest.java are attached.

###@###.### 2003-08-26

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b21 VERIFIED IN: tiger-beta
14-06-2004

EVALUATION Commit to fix in Tiger (memory leak, recent regression). ###@###.### 2003-08-26 Name: ssR10077 Date: 09/08/2003 The leak is caused by dangling local ref. We can fix all such leaks by adding Push/PopLocalFrame to the native event pump. ======================================================================
11-06-2004

PUBLIC COMMENTS Verified by running the testcase on Windows 2000 and Windows2003 with JDK 1.5 b23. ###@###.### 2003-10-13
13-10-2003