RFR: 8295175: SplitPaneSkin: memory leak when changing skin [v5]

Andy Goryachev angorya at openjdk.org
Mon Dec 5 16:49:43 UTC 2022


> Fixed memory leak by removing all the listeners in dispose();
> 
> This PR depends on a new internal class ListenerHelper, a replacement for LambdaMultiplePropertyChangeListenerHandler.
> See https://github.com/openjdk/jfx/pull/908

Andy Goryachev has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 31 commits:

 - 8295175: review comments
 - Merge remote-tracking branch 'origin/master' into 8295175.splitpaneskin.with.helper
 - Merge remote-tracking branch 'origin/master' into
   8295175.splitpaneskin.with.helper
 - Merge remote-tracking branch 'origin/master' into
   8295175.splitpaneskin.with.helper
 - Merge remote-tracking branch 'origin/master' into 8295175.splitpaneskin.with.helper
 - Merge remote-tracking branch 'origin/master' into
   8295175.splitpaneskin.with.helper
 - Merge branch '8294809.listener.helper' into 8295175.splitpaneskin.with.helper
 - 8294809: generics
 - Merge branch '8294809.listener.helper' into 8295175.splitpaneskin.with.helper
 - 8294809: is alive
 - ... and 21 more: https://git.openjdk.org/jfx/compare/bb98d886...3b30ba7a

-------------

Changes: https://git.openjdk.org/jfx/pull/911/files
 Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=911&range=04
  Stats: 64 lines in 2 files changed: 26 ins; 17 del; 21 mod
  Patch: https://git.openjdk.org/jfx/pull/911.diff
  Fetch: git fetch https://git.openjdk.org/jfx pull/911/head:pull/911

PR: https://git.openjdk.org/jfx/pull/911


More information about the openjfx-dev mailing list