<AWT Dev> Bug fix: 4726458 - Memory leak in sun.awt.X11.XGlobalCursorManager - backport to 6u23 from java 7

Artem Ananiev artem.ananiev at oracle.com
Mon Nov 22 02:24:28 PST 2010


Hi, Martin,

thanks for digging it up! We'll backport the fix to JDK6 updates, but I 
can't provide you with the exact update/build number.

Thanks,

Artem

On 11/21/2010 12:24 AM, Janda Martin wrote:
> I struggled with strong references to Frame/Dialog due to strong reference in
>    XGlobalCursorManager.nativeContainer
>
> bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4726458
>
> Bug is fixed in Java 7 build 17. Please can you consider backport to 6u23.
>
> XGlobalCursorManager.nativeContainer replaced with WeakReference<Component>  nativeContainer ...
>
> Thank you very much.
>
>    Martin



More information about the awt-dev mailing list