src/hotspot/share/jfr/periodic/jfrPeriodic.cpp
changeset 54896 ea619918de95
parent 54764 865ec913f916
child 54899 e4cff3cf0234
--- a/src/hotspot/share/jfr/periodic/jfrPeriodic.cpp	Thu May 16 16:40:48 2019 +0530
+++ b/src/hotspot/share/jfr/periodic/jfrPeriodic.cpp	Thu May 16 07:09:17 2019 -0400
@@ -525,12 +525,12 @@
 }
 
 TRACE_REQUEST_FUNC(SymbolTableStatistics) {
-  TableStatistics statistics = SymbolTable::the_table()->get_table_statistics();
+  TableStatistics statistics = SymbolTable::get_table_statistics();
   emit_table_statistics<EventSymbolTableStatistics>(statistics);
 }
 
 TRACE_REQUEST_FUNC(StringTableStatistics) {
-  TableStatistics statistics = StringTable::the_table()->get_table_statistics();
+  TableStatistics statistics = StringTable::get_table_statistics();
   emit_table_statistics<EventStringTableStatistics>(statistics);
 }