mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8191789: migrate more Thread-SMR stuff from thread.[ch]pp -> threadSMR.[ch]pp
Reviewed-by: stefank, coleenp, dholmes, gthornbr
This commit is contained in:
parent
318c0d74ab
commit
230b5768d7
9 changed files with 1114 additions and 1069 deletions
|
@ -357,7 +357,7 @@ void print_statistics() {
|
|||
MemTracker::final_report(tty);
|
||||
}
|
||||
|
||||
Threads::log_smr_statistics();
|
||||
ThreadsSMRSupport::log_smr_statistics();
|
||||
}
|
||||
|
||||
#else // PRODUCT MODE STATISTICS
|
||||
|
@ -399,7 +399,7 @@ void print_statistics() {
|
|||
Method::print_touched_methods(tty);
|
||||
}
|
||||
|
||||
Threads::log_smr_statistics();
|
||||
ThreadsSMRSupport::log_smr_statistics();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue