RFR: 8293836: Rendering performance degradation at bottom of TableView with many rows [v2]

Kevin Rushforth kcr at openjdk.org
Fri Jun 2 11:08:16 UTC 2023


On Tue, 30 May 2023 10:39:28 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
>
> Johan Vos has updated the pull request incrementally with one additional commit since the last revision:
> 
>   remove newline

Looks good.

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

Marked as reviewed by kcr (Lead).

PR Review: https://git.openjdk.org/jfx/pull/1098#pullrequestreview-1457134103


More information about the openjfx-dev mailing list