RFR: 8197991: Selecting many items in a TableView is very slow [v2]

Abhinay Agarwal duke at openjdk.java.net
Fri Nov 26 19:33:41 UTC 2021


On Fri, 26 Nov 2021 12:54:59 GMT, yosbits <duke at openjdk.java.net> wrote:

>> Abhinay Agarwal has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove duplicate entry for test data
>
> tests/manual/controls/SelectListViewTest.java line 18:
> 
>> 16:     //  final int ROW_COUNT = 10_000_000;
>> 17:     // final int ROW_COUNT = 7_000;
>> 18: 
> 
> There is a duplication of the number of test data.
> 
> My test is below.
> 
> ``` Java
> public class SelectListViewTest extends Application {
> 	final int ROW_COUNT = 70_000;
> //	final int ROW_COUNT = 400_000;
> //	final int ROW_COUNT = 10_000_000;
> //	final int ROW_COUNT = 7_000;

Thanks. I have fixed this.

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

PR: https://git.openjdk.java.net/jfx/pull/673


More information about the openjfx-dev mailing list