8290456: remove os::print_statistics()
Reviewed-by: coleenp
This commit is contained in:
parent
d7f0de272c
commit
612d8c6cb1
@ -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
|
||||
|
||||
|
@ -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);
|
||||
|
@ -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
|
||||
|
||||
|
@ -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];
|
||||
|
@ -244,7 +244,6 @@ void print_statistics() {
|
||||
#ifndef COMPILER1
|
||||
SharedRuntime::print_statistics();
|
||||
#endif //COMPILER1
|
||||
os::print_statistics();
|
||||
}
|
||||
|
||||
if (PrintLockStatistics || PrintPreciseRTMLockingStatistics) {
|
||||
|
Loading…
Reference in New Issue
Block a user