RFR: 8257455: javax/swing/Security/6378709/TimerHack.java and javax/swing/JFileChooser/4163841/AcceptAllFileFilterTest.java fails in CI

Sergey Bylokhov serb at openjdk.org
Mon Mar 20 19:16:41 UTC 2023


On Fri, 17 Mar 2023 06:19:02 GMT, Tejesh R <tr at openjdk.org> wrote:

>> src/java.desktop/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java line 198:
>> 
>>> 196: 
>>> 197:     public int getSize() {
>>> 198:         return fileCache.size();
>> 
>> The fileCache is a Vector, and the methods of that object are already synchronized on "this"
>
> @mrserb U had mentioned about reproducing the bug 5 out of 2000 times in jbs, any chance u remember where did u run? On physical/OCI Oracle linux CI system or any other?

The JBS issue is closed. "⚠️ Failed to retrieve information on issue 8257455"

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13012#discussion_r1142575292



More information about the client-libs-dev mailing list