mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-19 19:30:51 +00:00
8363229: Parallel: Remove develop flag GCExpandToAllocateDelayMillis
Reviewed-by: shade, tschatzl
This commit is contained in:
parent
ac141c2fa1
commit
ce02836232
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -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") \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user