mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
7165755: OS Information much longer on linux than other platforms
Reviewed-by: sla, dholmes
This commit is contained in:
parent
a160adcf6c
commit
7d82c13142
10 changed files with 206 additions and 196 deletions
|
@ -180,6 +180,9 @@ class Solaris {
|
|||
// proc_t structure (note that this is a system struct).
|
||||
static address _main_stack_base;
|
||||
|
||||
static void print_distro_info(outputStream* st);
|
||||
static void print_libversion_info(outputStream* st);
|
||||
|
||||
public:
|
||||
static void libthread_init();
|
||||
static void synchronization_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue