8290456: remove os::print_statistics()

Reviewed-by: coleenp
This commit is contained in:
Matthias Baesken 2022-07-19 07:15:08 +00:00
parent d7f0de272c
commit 612d8c6cb1
5 changed files with 0 additions and 13 deletions

View File

@ -2463,9 +2463,6 @@ os::os_exception_wrapper(java_call_t f, JavaValue* value, const methodHandle& me
f(value, method, args, thread);
}
void os::print_statistics() {
}
// This code originates from JDK's sysOpen and open64_w
// from src/solaris/hpi/src/system_md.c

View File

@ -2157,9 +2157,6 @@ void os::os_exception_wrapper(java_call_t f, JavaValue* value,
f(value, method, args, thread);
}
void os::print_statistics() {
}
static inline struct timespec get_mtime(const char* filename) {
struct stat st;
int ret = os::stat(filename, &st);

View File

@ -4810,9 +4810,6 @@ os::os_exception_wrapper(java_call_t f, JavaValue* value, const methodHandle& me
f(value, method, args, thread);
}
void os::print_statistics() {
}
// This code originates from JDK's sysOpen and open64_w
// from src/solaris/hpi/src/system_md.c

View File

@ -3451,9 +3451,6 @@ bool os::pd_release_memory_special(char* base, size_t bytes) {
return pd_release_memory(base, bytes);
}
void os::print_statistics() {
}
static void warn_fail_commit_memory(char* addr, size_t bytes, bool exec) {
int err = os::get_last_error();
char buf[256];

View File

@ -244,7 +244,6 @@ void print_statistics() {
#ifndef COMPILER1
SharedRuntime::print_statistics();
#endif //COMPILER1
os::print_statistics();
}
if (PrintLockStatistics || PrintPreciseRTMLockingStatistics) {