5d1414a8a9
Motivation: Recycler$Stack.pop will occurs `ArrayIndexOutOfBoundsException` in some race cases, we should double check `size` even after `scavenge` called. Modifications: Double check `size` after `scavenge` Result: avoid ArrayIndexOutOfBoundsException in `pop` |
||
---|---|---|
.. | ||
src | ||
pom.xml |