Friday, October 12, 2012

[concurrency-interest] LinkedBlockingQueue extract and memory "waste"


[concurrency-interest] LinkedBlockingQueue extract and memory "waste":

A (possible) performance bug in JDK with LinkedBlockingQueue implementation leading to a memory issue.
Nullifying head.next pointers while extracting from LinkedBlockingQueue helps resolve the issue.

No comments:

Post a Comment