--- old/src/hotspot/share/gc/shared/threadLocalAllocBuffer.cpp 2018-09-14 13:44:05.341206559 +0200 +++ new/src/hotspot/share/gc/shared/threadLocalAllocBuffer.cpp 2018-09-14 13:44:05.038193457 +0200 @@ -138,14 +138,6 @@ "TLAB must be reset"); } -void ThreadLocalAllocBuffer::resize_all_tlabs() { - if (ResizeTLAB) { - for (JavaThreadIteratorWithHandle jtiwh; JavaThread *thread = jtiwh.next(); ) { - thread->tlab().resize(); - } - } -} - void ThreadLocalAllocBuffer::resize() { // Compute the next tlab size using expected allocation amount assert(ResizeTLAB, "Should not call this otherwise");