RFR: [WIP] 8319779: SystemMenu: memory leak due to listener never being removed [v5]
Johan Vos
jvos at openjdk.org
Tue Dec 26 09:59:17 UTC 2023
> A listener was added but never removed.
> This patch removes the listener when the menu it links to is cleared. Fix for https://bugs.openjdk.org/browse/JDK-8319779
Johan Vos has updated the pull request incrementally with one additional commit since the last revision:
Revert WeakInvalidationListeners and use new listener resource management approach.
-------------
Changes:
- all: https://git.openjdk.org/jfx/pull/1283/files
- new: https://git.openjdk.org/jfx/pull/1283/files/47f4d65d..9b1133cd
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jfx&pr=1283&range=04
- incr: https://webrevs.openjdk.org/?repo=jfx&pr=1283&range=03-04
Stats: 18 lines in 1 file changed: 6 ins; 0 del; 12 mod
Patch: https://git.openjdk.org/jfx/pull/1283.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1283/head:pull/1283
PR: https://git.openjdk.org/jfx/pull/1283
More information about the openjfx-dev
mailing list