Re: [jfx22u] RFR: 8327177: macOS: wrong GlobalRef deleted in GlassMenu

2024-03-07 Thread Kevin Rushforth
On Tue, 5 Mar 2024 16:44:55 GMT, Johan Vos wrote: > 8327177: macOS: wrong GlobalRef deleted in GlassMenu This is ready to integrate. - PR Comment: https://git.openjdk.org/jfx22u/pull/16#issuecomment-1983514644

[jfx21u] RFR: 8327177: macOS: wrong GlobalRef deleted in GlassMenu

2024-03-05 Thread Johan Vos
8327177: macOS: wrong GlobalRef deleted in GlassMenu - Commit messages: - Backport 8114559ed666fe272d238cdf1e531e5d8ec6 Changes: https://git.openjdk.org/jfx21u/pull/49/files Webrev: https://webrevs.openjdk.org/?repo=jfx21u&pr=49&range=00 Issue: https://bugs.openjdk.org/browse

[jfx22u] RFR: 8327177: macOS: wrong GlobalRef deleted in GlassMenu

2024-03-05 Thread Johan Vos
8327177: macOS: wrong GlobalRef deleted in GlassMenu - Commit messages: - Backport 8114559ed666fe272d238cdf1e531e5d8ec6 Changes: https://git.openjdk.org/jfx22u/pull/16/files Webrev: https://webrevs.openjdk.org/?repo=jfx22u&pr=16&range=00 Issue: https://bugs.openjdk.org/browse

Re: RFR: 8327177: macOS: wrong GlobalRef deleted in GlassMenu

2024-03-04 Thread Kevin Rushforth
On Mon, 4 Mar 2024 11:07:07 GMT, Johan Vos wrote: > Explicitly remove old global ref value from menu->jCallback. > This avoids the possibility of that value (which can be reused for other > refs) to be deleted twice. Updated title looks good. Thanks. - PR Comment: https://git.open