-
Bug
-
Resolution: Fixed
-
P3
-
7u101, 8, 11, 13, 14
-
b14
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8231091 | 13.0.2 | Ivan Gerasimov | P3 | Resolved | Fixed | b02 |
JDK-8231095 | 11.0.6-oracle | Ivan Gerasimov | P3 | Resolved | Fixed | b01 |
JDK-8232376 | 11.0.6 | Ivan Gerasimov | P3 | Resolved | Fixed | b01 |
JDK-8250761 | openjdk8u272 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8231206 | 8u241 | Ivan Gerasimov | P3 | Resolved | Fixed | b01 |
JDK-8231695 | 8u231 | Ivan Gerasimov | P3 | Closed | Fixed | b31 |
JDK-8235056 | emb-8u241 | Ivan Gerasimov | P3 | Resolved | Fixed | team |
JDK-8231216 | 7u251 | Ivan Gerasimov | P3 | Resolved | Fixed | b01 |
JDK-8231711 | 7u241 | Ivan Gerasimov | P3 | Closed | Fixed | b31 |
Here's an example of the output in jdb, when a monitor command modifies the list of monitors:
Exception in thread "event-handler"
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:859)
at java.util.ArrayList$Itr.next(ArrayList.java:831)
at com.sun.tools.example.debug.tty.TTY.vmInterrupted(TTY.java:202)
at com.sun.tools.example.debug.tty.EventHandler.run(EventHandler.java:81)
at java.lang.Thread.run(Thread.java:745)
- backported by
-
JDK-8231091 JDB hangs when running monitor command
-
- Resolved
-
-
JDK-8231095 JDB hangs when running monitor command
-
- Resolved
-
-
JDK-8231206 JDB hangs when running monitor command
-
- Resolved
-
-
JDK-8231216 JDB hangs when running monitor command
-
- Resolved
-
-
JDK-8232376 JDB hangs when running monitor command
-
- Resolved
-
-
JDK-8235056 JDB hangs when running monitor command
-
- Resolved
-
-
JDK-8250761 JDB hangs when running monitor command
-
- Resolved
-
-
JDK-8231695 JDB hangs when running monitor command
-
- Closed
-
-
JDK-8231711 JDB hangs when running monitor command
-
- Closed
-
- links to