Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8332455

Improve G1/ParallelGC tasks to not override array lengths

XMLWordPrintable

    • gc

      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.

            rkennke Roman Kennke
            rkennke Roman Kennke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: