Relates :
|
In order to not cause excessive traffic on task queues when scanning large object arrays, G1 uses a way of slicing those arrays into smaller pieces. It overrides the from-space array's length field to track the array slices. We should improve the tasks such that array slices can be fully encoded in the task and does not require overriding the array length.
|