mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8219436: Safepoint logs correction and misc
Reviewed-by: mdoerr, coleenp
This commit is contained in:
parent
2133bed090
commit
74d466fd5f
16 changed files with 238 additions and 388 deletions
|
@ -174,10 +174,7 @@ void exit_globals() {
|
|||
ObjectSynchronizer::audit_and_print_stats(true /* on_exit */);
|
||||
}
|
||||
perfMemory_exit();
|
||||
if (log_is_enabled(Debug, safepoint, stats)) {
|
||||
// Print the collected safepoint statistics.
|
||||
SafepointSynchronize::print_stat_on_exit();
|
||||
}
|
||||
SafepointTracing::statistics_exit_log();
|
||||
if (PrintStringTableStatistics) {
|
||||
SymbolTable::dump(tty);
|
||||
StringTable::dump(tty);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue