RFR: JDK-8304960: ObservableListBase should defer constructing ListChangeBuilder

John Hendrikx jhendrikx at openjdk.org
Wed Mar 29 16:42:46 UTC 2023


On Wed, 29 Mar 2023 15:31:49 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> the only place where this code might fail is when it gets accessed from multiple threads.

`ListChangeBuilder` itself is not thread safe :)

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1075#issuecomment-1488939702


More information about the openjfx-dev mailing list