Re: RFR: 8351038: ConcurrentModificationException in EventType constructor [v2]

2025-03-18 Thread Ambarish Rapte
On Mon, 10 Mar 2025 14:31:33 GMT, Andy Goryachev wrote: >> - synchronized `EventType::register()` method >> - simplified internal constructor which is only used for `EventType.ROOT` >> >> There should negligent impact on performance when `EventTypes` are created >> in the FX Application Thread.

Re: RFR: 8351038: ConcurrentModificationException in EventType constructor [v2]

2025-03-11 Thread Andy Goryachev
> - synchronized `EventType::register()` method > - simplified internal constructor which is only used for `EventType.ROOT` > > There should negligent impact on performance when `EventTypes` are created in > the FX Application Thread. > > There might be a distant potential for a deadlock if the