Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8190251

java/net/httpclient/SplitResponse.java failed with ConcurrentModificationException

XMLWordPrintable

      ----------System.out:(8/145)----------
      Sending:
      received Lorem ipsum
      sent
      Sending:
      received dolor sit amet
      sent
      Sending:
      received consectetur adipiscing elit, sed do eiusmod tempor
      ----------System.err:(18/1082)----------
      WARNING: Using incubator modules: jdk.incubator.httpclient
      java.util.ConcurrentModificationException
      at java.base/java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:970)
      at java.base/java.util.LinkedList$ListItr.next(LinkedList.java:892)
      at Server.doRemovalsAndAdditions(Server.java:76)
      at Server.activity(Server.java:56)
      at SplitResponse.main(SplitResponse.java:86)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.base/java.lang.reflect.Method.invoke(Method.java:564)
      at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
      at java.base/java.lang.Thread.run(Thread.java:844)

            dfuchs Daniel Fuchs
            jjiang John Jiang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: