Integrated: JDK-8304960: ObservableListBase should defer constructing ListChangeBuilder
John Hendrikx
jhendrikx at openjdk.org
Thu Mar 30 23:14:28 UTC 2023
On Wed, 29 Mar 2023 12:15:02 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
> A 1200 Node application sees a 2/3rds reduction of ListChangeBuilder's created. Every `Node` for example has an `ObservableList` for style classes, and every `Parent` has one for stylesheets, which rarely if ever change.
This pull request has now been integrated.
Changeset: c23d067d
Author: John Hendrikx <jhendrikx at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/c23d067db92789daadc28025fab31f394ce022f9
Stats: 18 lines in 1 file changed: 8 ins; 0 del; 10 mod
8304960: ObservableListBase should defer constructing ListChangeBuilder
Reviewed-by: angorya, mhanl, mstrauss, kcr
-------------
PR: https://git.openjdk.org/jfx/pull/1075
More information about the openjfx-dev
mailing list