Details
-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 17, 21, 23
-
b09
-
aarch64
-
linux
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8331059 | 22.0.2 | Alexey Ivanov | P4 | Resolved | Fixed | b05 |
JDK-8327251 | 21.0.5-oracle | Alexey Ivanov | P4 | Resolved | Fixed | b01 |
JDK-8333338 | 21.0.5 | Martin Doerr | P4 | Resolved | Fixed | b01 |
JDK-8331477 | 17.0.13-oracle | Alexey Ivanov | P4 | Resolved | Fixed | b01 |
JDK-8333874 | 17.0.13 | Martin Doerr | P4 | Resolved | Fixed | b01 |
JDK-8332832 | 11.0.25-oracle | Alexey Ivanov | P4 | Resolved | Fixed | b01 |
JDK-8334204 | 11.0.25 | Martin Doerr | P4 | Resolved | Fixed | b01 |
JDK-8332830 | 8u431 | Alexey Ivanov | P4 | Resolved | Fixed | b01 |
Description
WARNING: System::setSecurityManager will be removed in a future release
java.util.ConcurrentModificationException
at java.base/java.util.AbstractList$SubList.checkForComodification(AbstractList.java:906)
at java.base/java.util.AbstractList$SubList.size(AbstractList.java:792)
at java.base/java.util.AbstractCollection.toArray(AbstractCollection.java:143)
at java.base/java.util.Collections$SynchronizedCollection.toArray(Collections.java:2311)
at java.base/java.util.Vector.<init>(Vector.java:182)
at java.desktop/javax.swing.plaf.basic.BasicDirectoryModel$FilesLoader$1.call(BasicDirectoryModel.java:365)
at java.desktop/javax.swing.plaf.basic.BasicDirectoryModel$FilesLoader$1.call(BasicDirectoryModel.java:342)
at java.desktop/sun.awt.shell.ShellFolderManager$DirectInvoker.invoke(ShellFolderManager.java:148)
at java.desktop/sun.awt.shell.ShellFolder.invoke(ShellFolder.java:532)
at java.desktop/sun.awt.shell.ShellFolder.invoke(ShellFolder.java:518)
at java.desktop/javax.swing.plaf.basic.BasicDirectoryModel$FilesLoader.run0(BasicDirectoryModel.java:342)
at java.desktop/javax.swing.plaf.basic.BasicDirectoryModel$FilesLoader.run(BasicDirectoryModel.java:295)
at java.base/java.lang.Thread.run(Thread.java:1575)
JavaTest Message: Test threw exception: java.util.ConcurrentModificationException
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.util.ConcurrentModificationException
Attachments
Issue Links
- backported by
-
JDK-8327251 A few client tests intermittently throw ConcurrentModificationException
- Resolved
-
JDK-8331059 A few client tests intermittently throw ConcurrentModificationException
- Resolved
-
JDK-8331477 A few client tests intermittently throw ConcurrentModificationException
- Resolved
-
JDK-8332830 A few client tests intermittently throw ConcurrentModificationException
- Resolved
-
JDK-8332832 A few client tests intermittently throw ConcurrentModificationException
- Resolved
-
JDK-8333338 A few client tests intermittently throw ConcurrentModificationException
- Resolved
-
JDK-8333874 A few client tests intermittently throw ConcurrentModificationException
- Resolved
-
JDK-8334204 A few client tests intermittently throw ConcurrentModificationException
- Resolved
- relates to
-
JDK-8325179 Race in BasicDirectoryModel.validateFileCache
- Resolved
-
JDK-8240690 Race condition between EDT and BasicDirectoryModel.FilesLoader.run0()
- Resolved
-
JDK-8327137 Add test for ConcurrentModificationException in BasicDirectoryModel
- Resolved
-
JDK-8307091 A few client tests intermittently throw ConcurrentModificationException
- Closed
-
JDK-8324719 Missing synchronized block in BasicDirectoryModel
- Closed
-
JDK-8324973 Replace Vector with ArrayList in BasicDirectoryModel.FilesLoader
- Closed
- links to
-
Commit openjdk/jdk11u-dev/dff2d60d
-
Commit openjdk/jdk17u-dev/36384e8b
-
Commit openjdk/jdk21u-dev/42e6a97c
-
Commit openjdk/jdk22u/5de1d5c8
-
Commit openjdk/jdk/70e7cdcb
-
Review openjdk/jdk11u-dev/2766
-
Review openjdk/jdk17u-dev/2552
-
Review openjdk/jdk21u-dev/620
-
Review openjdk/jdk22u/149
-
Review openjdk/jdk/17462