File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1470,7 +1470,7 @@ The sequence of things we do to allow allocations during concurrent sweep is des
147014701. At the beginning of concurrrent sweep we decide if we will benefit from allowing allocations during concurrent
14711471sweep for any of the buckets. If there is at-least one bucket for which we think we will benefit we will turn on
14721472allocations during concurrent sweep. Once turned on we will attempt to enable allocations during concurrent sweep
1473- for all supported buckets (i.e. small/medium, normal/leaf, non-finalizable buckets.write barrier bickets are supported
1473+ for all supported buckets (i.e. small/medium, normal/leaf, non-finalizable buckets.write barrier buckets are supported
14741474as well.).
147514752. If allocations are turned on during concurrent sweep, we will see if there are any allocable blocks in the
14761476heapBlockList after the nextAllocableBlockHead. If we find any such blocks, we move them to a SLIST that the
You can’t perform that action at this time.
0 commit comments