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

Move ConcurrentHashTable VALUE parameter to CONFIG

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 14
    • 12
    • hotspot
    • None
    • b03
    • generic
    • generic

    Description

      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.

      Attachments

        Activity

          People

            coleenp Coleen Phillimore
            kbarrett Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: