Integrated: 8293836: Rendering performance degradation at bottom of TableView with many rows

Johan Vos jvos at openjdk.org
Fri Jun 2 13:18:12 UTC 2023


On Wed, 19 Apr 2023 12:14:45 GMT, Johan Vos <jvos at openjdk.org> wrote:

> Only update the VirtualFlow parameters in case the size of a cell has changed.
> 
> The fixes for JDK-8298728 and JDK-8277785 introduced an unconditional recalculation in case the size of a cell is set. This recalculation is only needed in case the size of that specific cell has changed.
> Fix for JDK-8293836

This pull request has now been integrated.

Changeset: 10f41b7d
Author:    Johan Vos <jvos at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/10f41b7d1f2f53ebe2bfdb61de495bbb7290d32d
Stats:     13 lines in 1 file changed: 5 ins; 6 del; 2 mod

8293836: Rendering performance degradation at bottom of TableView with many rows

Reviewed-by: angorya, kcr

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

PR: https://git.openjdk.org/jfx/pull/1098


More information about the openjfx-dev mailing list