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
1470
1470
1. At the beginning of concurrrent sweep we decide if we will benefit from allowing allocations during concurrent
1471
1471
sweep for any of the buckets. If there is at-least one bucket for which we think we will benefit we will turn on
1472
1472
allocations 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
1474
1474
as well.).
1475
1475
2. If allocations are turned on during concurrent sweep, we will see if there are any allocable blocks in the
1476
1476
heapBlockList 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