[jfx17u] Integrated: 8310638: Filtering a TableView with a large number of items freezes the UI

Jose Pereda jpereda at openjdk.org
Wed Sep 6 11:23:44 UTC 2023


On Wed, 6 Sep 2023 11:02:23 GMT, Jose Pereda <jpereda at openjdk.org> wrote:

> Almost clean backport of 8310638: Filtering a TableView with a large number of items freezes the UI
> Reviewed-by: kcr, angorya
> 
> There was a small conflict in VirtualFlowTest due to JDK-8297414:
> 
> -        list = new ArrayLinkedListShim<CellStub>();
> +        list = new ArrayLinkedListShim<>();

This pull request has now been integrated.

Changeset: 817a42b4
Author:    Jose Pereda <jpereda at openjdk.org>
URL:       https://git.openjdk.org/jfx17u/commit/817a42b4b172d77e1a9b0eda16bcf5424a30af6c
Stats:     49 lines in 3 files changed: 47 ins; 0 del; 2 mod

8310638: Filtering a TableView with a large number of items freezes the UI

Reviewed-by: jvos
Backport-of: 8b1a446ca9519f468aa1cf6ee9876b6035dcac37

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

PR: https://git.openjdk.org/jfx17u/pull/160


More information about the openjfx-dev mailing list