8234737: Harmonize parameter order in Atomic - add

Reviewed-by: rehn, dholmes
This commit is contained in:
Stefan Karlsson 2019-11-25 12:31:39 +01:00
parent 8db2c1158e
commit d45ec50076
82 changed files with 234 additions and 229 deletions

View file

@ -724,7 +724,7 @@ void SymbolTable::clean_dead_entries(JavaThread* jt) {
bdt.done(jt);
}
Atomic::add(stdc._processed, &_symbols_counted);
Atomic::add(&_symbols_counted, stdc._processed);
log_debug(symboltable)("Cleaned " SIZE_FORMAT " of " SIZE_FORMAT,
stdd._deleted, stdc._processed);