mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8193135: get rid of redundant _smr_ prefix/infix in ThreadSMRSupport stuff
Reviewed-by: stefank, gtriantafill, coleenp
This commit is contained in:
parent
3f561e29a9
commit
b0138d81ad
7 changed files with 281 additions and 281 deletions
|
@ -357,7 +357,7 @@ void print_statistics() {
|
|||
MemTracker::final_report(tty);
|
||||
}
|
||||
|
||||
ThreadsSMRSupport::log_smr_statistics();
|
||||
ThreadsSMRSupport::log_statistics();
|
||||
}
|
||||
|
||||
#else // PRODUCT MODE STATISTICS
|
||||
|
@ -399,7 +399,7 @@ void print_statistics() {
|
|||
Method::print_touched_methods(tty);
|
||||
}
|
||||
|
||||
ThreadsSMRSupport::log_smr_statistics();
|
||||
ThreadsSMRSupport::log_statistics();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue