ConcurrentHashTable: Do not allocate inside critical section

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P2
    • 13
    • Affects Version/s: 12
    • Component/s: hotspot

      Allocation inside the critical section stops some uses-cases of this hash-table.
      The down side with moving allocation to caller is that a insert might have bigger chance to fail and thus more often allocate/free might be called.

        There are no Sub-Tasks for this issue.

            Assignee:
            Robbin Ehn
            Reporter:
            Robbin Ehn
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: