I have a deadlock scenario in jclouds where a jstack shows 14 threads waiting for a lock in SimpleDateFormat.rfc822DateParse that is owned by a 15th thread that is no longer in the method. In fact, the lock holder is waiting for work to do in the thread pool.
Should I report this as an issue in the jclouds tracker?