RFR: 8307091: A few client tests intermittently throw ConcurrentModificationException [v2]

Tejesh R tr at openjdk.org
Thu May 4 04:57:13 UTC 2023


On Wed, 3 May 2023 19:59:15 GMT, Phil Race <prr at openjdk.org> wrote:

>> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Updated based on review comments
>
> src/java.desktop/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java line 387:
> 
>> 385:                         if (start >= 0 && end > start) {
>> 386:                             List<File> listEnd_OldSize = new Vector<>(fileCache.subList(end, oldSize));
>> 387:                             if(listEnd_OldSize.equals(newFileCache.subList(start, newSize))) {
> 
> if( -> "if ("

Updated.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13783#discussion_r1184536691



More information about the client-libs-dev mailing list