ThreadSafeSimpleDateFormat maxPoolSize is never reached if initialPoolSize < maxPoolSize
The code prove is than the code never reference maxPoolSize after creation so it's impossible to have a logic handling the auto growing from initialPoolSize to maxPoolSize.
Now fixed in Subversion though.