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

ConcurrentHashTable: Do not allocate inside critical section

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2
    • 13
    • 12
    • hotspot

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: