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

Provide helpers for using PartialArrayState

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 25
    • None
    • hotspot
    • gc
    • b04

      Currently G1 younggen and Parallel youngen use PartialArrayStates to manage splitting the processing of large object arrays into parallelizable chunks. We would like other kinds of collection to use that mechanism too.

      The amount of code for doing so not trivial in size (>50-60 lines) or complexity, and is pretty nearly identical for each of the current users. And some of the differences may be unintentional. New clients would also need to have their own copies. It would be very helpful for adoption by new clients and long-term maintenance if this could be packaged up in some helper classes and functions.

            kbarrett Kim Barrett
            kbarrett Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: