8203490: StringTable::dump lacks a load barrier

Reviewed-by: coleenp, pliden
This commit is contained in:
Stefan Karlsson 2018-05-23 09:43:41 +02:00
parent 88aa1562f7
commit 6c2e9e1981
3 changed files with 6 additions and 4 deletions

View file

@ -434,7 +434,7 @@ void StringTable::verify() {
void StringTable::dump(outputStream* st, bool verbose) {
if (!verbose) {
the_table()->print_table_statistics(st, "StringTable");
the_table()->print_table_statistics(st, "StringTable", string_object_no_keepalive);
} else {
Thread* THREAD = Thread::current();
st->print_cr("VERSION: 1.1");