--- old/src/hotspot/share/gc/shared/threadLocalAllocBuffer.cpp 2019-11-14 15:57:16.927098750 +0100 +++ new/src/hotspot/share/gc/shared/threadLocalAllocBuffer.cpp 2019-11-14 15:57:16.584087798 +0100 @@ -251,7 +251,7 @@ (nof_threads * target_refills()); init_sz = align_object_size(init_sz); } - // We can't use clamp() here because min_size() and max_size() because some + // We can't use clamp() between min_size() and max_size() here because some // options based on them may still be inconsistent; inconsistencies between // those will be caught by following AfterMemoryInit constraint checking. init_sz = MIN2(MAX2(init_sz, min_size()), max_size());