mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8234397: add OS uptime information to os::print_os_info output
Reviewed-by: clanger, dholmes, lucy
This commit is contained in:
parent
f67111067e
commit
14391e8046
12 changed files with 78 additions and 0 deletions
|
@ -103,6 +103,7 @@ class Linux {
|
|||
static void print_libversion_info(outputStream* st);
|
||||
static void print_proc_sys_info(outputStream* st);
|
||||
static void print_ld_preload_file(outputStream* st);
|
||||
static void print_uptime_info(outputStream* st);
|
||||
|
||||
public:
|
||||
struct CPUPerfTicks {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue