StringTable should be AllStatic

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 23
    • Affects Version/s: 23
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: