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

StringTable should be AllStatic

XMLWordPrintable

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

      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.

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

              Created:
              Updated:
              Resolved: