<br><br><div class="gmail_quote">On Wed, Jul 13, 2011 at 1:28 AM, Y. Srinivas Ramakrishna <span dir="ltr"><<a href="mailto:y.s.ramakrishna@oracle.com">y.s.ramakrishna@oracle.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">
><br>
> The biggest change in our software is that we have reimplemented a big<br>
> part of our main execution to rely on blocking queues (from java util<br>
> concurrent) instead of an in-house queue implementation based on java<br>
> monitors. I've had some wild guesses that synchronization on blocking<br>
<br>
</div>Note problem with LinkedBlockingQueues (i'll dig up the CR id) that caused<br>
GC behaviour similar to what you describe. Fixed in a later JDK (i'll dig up<br>
the details for you).</blockquote><div><br></div><div>Is it this one: <a href="http://bugs.sun.com/view_bug.do?bug_id=6805775">http://bugs.sun.com/view_bug.do?bug_id=6805775</a></div><div>Bug ID 6805775: LinkedBlockingQueue Nodes should unlink themselves before becoming garbage</div>
<div><br></div><div>Regards,</div><div>Kris Mok</div></div>