963cd22a05
Motivation: InternalThreadLocalMap#stringBuilder: ensure memory overhead Modification: If the capacity of StringBuilder is greater than 65536 then release it on the next time you get StringBuilder and re-create a StringBuilder. Result: Possible less memory usage.