mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8198720: Obsolete PrintSafepointStatistics, PrintSafepointStatisticsTimeout and PrintSafepointStatisticsCount options
Convert PrintSafepointStatistics to UL Reviewed-by: shade, lfoltan
This commit is contained in:
parent
0a1e54644b
commit
fb3b911fbe
8 changed files with 141 additions and 218 deletions
|
@ -28,6 +28,8 @@
|
|||
#include "code/icBuffer.hpp"
|
||||
#include "gc/shared/collectedHeap.hpp"
|
||||
#include "interpreter/bytecodes.hpp"
|
||||
#include "logging/log.hpp"
|
||||
#include "logging/logTag.hpp"
|
||||
#include "memory/universe.hpp"
|
||||
#include "prims/methodHandles.hpp"
|
||||
#include "runtime/flags/jvmFlag.hpp"
|
||||
|
@ -165,7 +167,7 @@ void exit_globals() {
|
|||
if (!destructorsCalled) {
|
||||
destructorsCalled = true;
|
||||
perfMemory_exit();
|
||||
if (PrintSafepointStatistics) {
|
||||
if (log_is_enabled(Debug, safepoint, stats)) {
|
||||
// Print the collected safepoint statistics.
|
||||
SafepointSynchronize::print_stat_on_exit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue