Re: RFR: 8319779: SystemMenu: memory leak due to listener never being removed [v9]

2024-02-27 Thread Johan Vos
On Mon, 26 Feb 2024 15:10:33 GMT, Kevin Rushforth wrote: >> Johan Vos has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add additional test for IOOBE detection. >> This test comes from JDK-8323787 > > Getting back to this I ran the t

Re: RFR: 8319779: SystemMenu: memory leak due to listener never being removed [v9]

2024-02-26 Thread Kevin Rushforth
On Sat, 20 Jan 2024 20:34:50 GMT, Johan Vos wrote: >> 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 addition

Re: RFR: 8319779: SystemMenu: memory leak due to listener never being removed [v9]

2024-01-20 Thread Johan Vos
> 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: Add additional test