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

caused by:
- adding listeners and not removing them in dispose()
Comments
Changeset: 6f36e704 Author: Andy Goryachev <angorya@openjdk.org> Date: 2022-12-06 16:35:41 +0000 URL: https://git.openjdk.org/jfx/commit/6f36e7043299bfb9edf8befbca1e45a938077e4b
06-12-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jfx/pull/911 Date: 2022-10-11 22:44:10 +0000
28-11-2022