Move ConcurrentHashTable VALUE parameter to CONFIG

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 14
    • Affects Version/s: 12
    • Component/s: hotspot
    • None
    • b03
    • generic
    • generic

      The ConcurrentHashTable class template has both a VALUE type and a CONFIG type as template parameters. The CONFIG type must contain references to a type that must match the VALUE type. It would be better to have the CONFIG type be the source of that information, via a public typedef, and change ConcurrentHashTable to get that type from the CONFIG rather than via a separate template parameter.

            Assignee:
            Coleen Phillimore
            Reporter:
            Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: