Re: RFR: 8355615: ConcurrentModificationException creating MenuBar on background thread [v2]

2025-05-14 Thread Andy Goryachev
On Fri, 2 May 2025 15:44:03 GMT, Andy Goryachev wrote: >> Moving MenuBarSkin initialization code to install() which always happens in >> the FX Application Thread. >> >> Also, ensure that the reverse process also happens in the FX application >> thread. > > Andy Goryachev has updated the pull

Re: RFR: 8355615: ConcurrentModificationException creating MenuBar on background thread [v2]

2025-05-14 Thread Ziad El Midaoui
On Fri, 2 May 2025 15:44:03 GMT, Andy Goryachev wrote: >> Moving MenuBarSkin initialization code to install() which always happens in >> the FX Application Thread. >> >> Also, ensure that the reverse process also happens in the FX application >> thread. > > Andy Goryachev has updated the pull

Re: RFR: 8355615: ConcurrentModificationException creating MenuBar on background thread [v2]

2025-05-12 Thread Andy Goryachev
On Fri, 2 May 2025 15:44:03 GMT, Andy Goryachev wrote: >> Moving MenuBarSkin initialization code to install() which always happens in >> the FX Application Thread. >> >> Also, ensure that the reverse process also happens in the FX application >> thread. > > Andy Goryachev has updated the pull

Re: RFR: 8355615: ConcurrentModificationException creating MenuBar on background thread [v2]

2025-05-09 Thread Kevin Rushforth
On Fri, 2 May 2025 15:44:03 GMT, Andy Goryachev wrote: >> Moving MenuBarSkin initialization code to install() which always happens in >> the FX Application Thread. >> >> Also, ensure that the reverse process also happens in the FX application >> thread. > > Andy Goryachev has updated the pull

Re: RFR: 8355615: ConcurrentModificationException creating MenuBar on background thread [v2]

2025-05-02 Thread Andy Goryachev
> Moving MenuBarSkin initialization code to install() which always happens in > the FX Application Thread. > > Also, ensure that the reverse process also happens in the FX application > thread. Andy Goryachev has updated the pull request with a new target base due to a merge or a rebase. The i

RFR: 8355615: ConcurrentModificationException creating MenuBar on background thread

2025-04-28 Thread Andy Goryachev
Moving MenuBarSkin initialization code to install() which always happens in the FX Application Thread. Also, ensure that the reverse process also happens in the FX application thread. - Commit messages: - install Changes: https://git.openjdk.org/jfx/pull/1795/files Webrev: https