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

StringTable should be AllStatic

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 23
    • 23
    • hotspot
    • None
    • b04

    Description

      The StringTable class currently derives from CHeapObj<mtSymbol>. But it is implemented as a "singleton" collection of static member variables and static member functions, and is never instantiated. So it should instead derive from AllStatic.

      Attachments

        Issue Links

          Activity

            People

              kbarrett Kim Barrett
              kbarrett Kim Barrett
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: