On Wed, 6 Sep 2023 11:02:23 GMT, Jose Pereda <jper...@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