mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8203490: StringTable::dump lacks a load barrier
Reviewed-by: coleenp, pliden
This commit is contained in:
parent
88aa1562f7
commit
6c2e9e1981
3 changed files with 6 additions and 4 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue