mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8234737: Harmonize parameter order in Atomic - add
Reviewed-by: rehn, dholmes
This commit is contained in:
parent
8db2c1158e
commit
d45ec50076
82 changed files with 234 additions and 229 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue