mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8152188: Allow CMSBitMapYieldQuantum for BitMap::clear_range and clear_large_range
Let BitMap::clear_large_range call clear_range instead of firing an assert Reviewed-by: jmasa, jwilhelm
This commit is contained in:
parent
4f0ffb6ce9
commit
7908c3db94
5 changed files with 31 additions and 5 deletions
|
@ -1927,6 +1927,7 @@ public:
|
|||
"Bitmap operations should process at most this many bits " \
|
||||
"between yields") \
|
||||
range(1, max_uintx) \
|
||||
constraint(CMSBitMapYieldQuantumConstraintFunc,AfterMemoryInit) \
|
||||
\
|
||||
product(bool, CMSPrintChunksInDump, false, \
|
||||
"If logging for the \"gc\" and \"promotion\" tags is enabled on" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue