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

Investigate better default size for per-thread task queues

XMLWordPrintable

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

      Currently, on 64 bit systems, the globally shared task queues has 128k entries per thread.

      This makes a 1 MB array per thread per task queue set.

      In most situations this amount of memory is not used to the max at all; so maybe decreasing the default size(s) is possible.

      There is the thought that maybe using less memory might use the (faster) local overflow queues more.

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

              Created:
              Updated: