-
Bug
-
Resolution: Fixed
-
P4
-
17, 19
-
b26
The following intermittent exception was observed in the sun.net.httpserver.ServerImpl class when using the HttpServer:
java.util.ConcurrentModificationException
at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1605)
at java.base/java.util.HashMap$KeyIterator.next(HashMap.java:1628)
at jdk.httpserver/sun.net.httpserver.ServerImpl$Dispatcher.run(ServerImpl.java:379)
at java.base/java.lang.Thread.run(Thread.java:1585)
java.util.ConcurrentModificationException
at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1605)
at java.base/java.util.HashMap$KeyIterator.next(HashMap.java:1628)
at jdk.httpserver/sun.net.httpserver.ServerImpl$Dispatcher.run(ServerImpl.java:379)
at java.base/java.lang.Thread.run(Thread.java:1585)
- relates to
-
JDK-8278398 jwebserver: Add test to confirm maximum request time
- Resolved
- links to
-
Commit openjdk/jdk/3deb58a8
-
Review openjdk/jdk/8898
-
Review(master) openjdk/jdk/8898