Re: RFR: 8327177: Wrong GlobalRef deleted

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. This is a safe fix that is clearly the right thing to do. I recommend changin

RFR: 8327177: Wrong GlobalRef deleted

2024-03-04 Thread Johan Vos
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. - Commit messages: - Explicitly remove old global ref value from menu->jCallback. Changes: https://git.openjdk.org/jfx/pu