e77b9104d7
Motivation: At the moment we only enfore ratioMask for the Stack which means that we only guard against recycle burts when recycled from the same Thread. We should also enforce the ratioMask in the WeakOrderQueue so we also guard against the bursts when recycle from other threads. Modifications: - Keep counter in WeakOrderQueue to enforce ratioMask as well - Adjust unit test Result: Better guard against recycle bursts which could pollute the heap unnecessary. |
||
---|---|---|
.. | ||
src | ||
pom.xml |