Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8322747
StringTable should be AllStatic
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Enhancement
Resolution:
Fixed
Priority:
P4
Fix Version/s:
23
Affects Version/s:
23
Component/s:
hotspot
Labels:
None
Subcomponent:
runtime
Resolved In Build:
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
links to
Commit
openjdk/jdk/518ec971
Review
openjdk/jdk/17193
Activity
People
Assignee:
Kim Barrett
Reporter:
Kim Barrett
Votes
:
0
Vote for this issue
Watchers:
3
Start watching this issue
Dates
Created:
2023-12-26 19:45
Updated:
2024-01-08 10:33
Resolved:
2023-12-31 09:28