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

Investigate optimizing the task queue memory layout

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • hotspot
    • gc

      While the task queues are templatized by number of elements and fixed, access to the task array requires an additional indirection.

      Potentially inlining the element array into the class improves performance/locality during access.

            Unassigned Unassigned
            tschatzl Thomas Schatzl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: