< prev index next >

src/hotspot/os/bsd/os_bsd.hpp

Print this page
rev 56978 : 8234397: add OS uptime information to os::print_os_info output

@@ -153,8 +153,10 @@
     if (_numa_interleave_memory != NULL && _numa_all_nodes != NULL) {
       _numa_interleave_memory(start, size, _numa_all_nodes);
     }
   }
   static int get_node_by_cpu(int cpu_id);
+
+  static void print_uptime_info(outputStream* st);
 };
 
 #endif // OS_BSD_OS_BSD_HPP
< prev index next >