Description
Hello,
During stress tests, we found several threads with this pattern:
java.lang.Thread.State: RUNNABLE
at java.util.WeakHashMap.put(WeakHashMap.java:453)
at java.util.Collections$SetFromMap.add(Collections.java:5461)
at org.apache.cxf.jaxrs.client.spec.ClientImpl$WebTargetImpl.initTargetClientIfNeeded(ClientImpl.java:358)
This same issue has been found by others:
http://www.adam-bien.com/roller/abien/entry/endless_loops_in_unsychronized_weakhashmap
Best regards.