8363229: Parallel: Remove develop flag GCExpandToAllocateDelayMillis

Reviewed-by: shade, tschatzl
This commit is contained in:
Albert Mingkun Yang 2025-07-22 13:29:07 +00:00
parent ac141c2fa1
commit ce02836232
2 changed files with 0 additions and 6 deletions

View File

@ -172,9 +172,6 @@ bool PSOldGen::expand_for_allocate(size_t word_size) {
result = expand(word_size*HeapWordSize);
}
}
if (GCExpandToAllocateDelayMillis > 0) {
os::naked_sleep(GCExpandToAllocateDelayMillis);
}
return result;
}

View File

@ -602,9 +602,6 @@
"space parameters)") \
range(1, UINT_MAX) \
\
develop(uintx, GCExpandToAllocateDelayMillis, 0, \
"Delay between expansion and allocation (in milliseconds)") \
\
product(uint, GCDrainStackTargetSize, 64, \
"Number of entries we will try to leave on the stack " \
"during parallel gc") \