Make ThreadLocalAllocBuffer::resize() public to allow a GC to resize TLABs in parallel. With resize() public I propose that we remove ThreadLocalAllocBuffer::resize_all_tlabs() and let CollectedHeap::resize_all_tlabs() iterate over the threads, just like CollectedHeap::ensure_parsability() does.