diff -r 4f1f939d8f5d -r ea619918de95 src/hotspot/share/jfr/periodic/jfrPeriodic.cpp --- 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(statistics); } TRACE_REQUEST_FUNC(StringTableStatistics) { - TableStatistics statistics = StringTable::the_table()->get_table_statistics(); + TableStatistics statistics = StringTable::get_table_statistics(); emit_table_statistics(statistics); }