RFR: 8295175: SplitPaneSkin: memory leak when changing skin [v4]
Andy Goryachev
angorya at openjdk.org
Fri Dec 2 17:28:13 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 29 commits:
- 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
- Merge branch '8294809.listener.helper' into 8295175.splitpaneskin.with.helper
- Revert "8294809: removed weak listeners support"
This reverts commit 2df4a85db638d76cacaf6c54ba669cdb3dd91a18.
- ... and 19 more: https://git.openjdk.org/jfx/compare/e64e1292...fb7d9ea6
-------------
Changes: https://git.openjdk.org/jfx/pull/911/files
Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=911&range=03
Stats: 70 lines in 2 files changed: 31 ins; 18 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