JDK-8294589 : MenuBarSkin: memory leak when changing skin
  • Type: Bug
  • Component: javafx
  • Sub-Component: controls
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-09-29
  • 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 :  
Blocks :  
Description
as determined by SkinMemoryLeakTest (remove line 169) and a leak tester 
https://github.com/andy-goryachev-oracle/Test/blob/main/src/goryachev/apps/LeakTest.java

caused by:
- adding skin nodes and not removing them in dispose()
- adding listeners and not removing them in dispose()
Comments
Changeset: 2c18c181 Author: Andy Goryachev <angorya@openjdk.org> Date: 2022-12-05 16:16:36 +0000 URL: https://git.openjdk.org/jfx/commit/2c18c1816f81daf49d022de590f406a7dfc67e8e
05-12-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jfx/pull/906 Date: 2022-09-29 23:00:17 +0000
03-10-2022