JDK-8295806 : TableViewSkin: memory leak when changing skin
  • Type: Bug
  • Component: javafx
  • Sub-Component: controls
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-10-21
  • Updated: 2022-12-10
  • Resolved: 2022-12-05
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
openjfx20 b11Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Description
as determined by SkinMemoryLeakTest (remove line 179) and a leak tester 
https://github.com/andy-goryachev-oracle/Test/blob/main/src/goryachev/apps/LeakTest.java

caused by:
- adding and not removing listeners
- adding and not removing event handlers/filters

NOTE:
this fix requires JDK-8294809 ListenerHelper
Comments
Changeset: bb98d886 Author: Andy Goryachev <angorya@openjdk.org> Date: 2022-12-05 16:25:24 +0000 URL: https://git.openjdk.org/jfx/commit/bb98d886b01d5d1c6117303f40d43eab9f7ac504
05-12-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jfx/pull/929 Date: 2022-10-21 23:21:52 +0000
28-11-2022