Hi All, Pool implements its own LinkedBlockingDeque which is almost like Java 7's LinkedBlockingDeque.
The JRE LinkedBlockingDeque is not a drop in replacement for our LinkedBlockingDeque. Any thoughts on migrating from our custom LinkedBlockingDeque to the JRE's version? Gary