JDK-8244081 : Memory leak in MenuButtonSkinBase as control.sceneProperty() listener is not removed
  • Type: Bug
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: openjfx14
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2020-04-29
  • Updated: 2022-10-21
  • Resolved: 2020-05-04
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
openjfx15Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
This was found while working on JDK-8175358 as a review comment in PR - https://github.com/openjdk/jfx/pull/199.

This class adds a listener to control.sceneProperty() - which is never removed.
Comments
Underlying same root cause is being fixed in JDK-8244110
04-05-2020