[jfx17u] RFR: 8310638: Filtering a TableView with a large number of items freezes the UI
Johan Vos
jvos 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<>();
Marked as reviewed by jvos (Reviewer).
-------------
PR Review: https://git.openjdk.org/jfx17u/pull/160#pullrequestreview-1613092427
More information about the openjfx-dev
mailing list