Increase parallelism in String deduplication fixup

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Not an Issue
    • Priority: P4
    • tbd
    • Affects Version/s: 8u40, 9
    • Component/s: hotspot
    • gc

      In CRM Fuse, string deduplication table fixup takes a significant amount of time (~25-30% of average gc pause time).

      One interesting thing noticed is that only around half of the threads actually do work. This may be due to startup/synchronization taking so long for many threads.

      This is also somewhat similar to the problem described in JDK-8040120.

      One option to fix this is to merge string deduplication work with other parallel tasks in the "Other" group if possible.

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

              Created:
              Updated:
              Resolved: