comparison src/os/solaris/vm/os_solaris.hpp @ 6080:7432b9db36ff

7165755: OS Information much longer on linux than other platforms Reviewed-by: sla, dholmes
author nloodin
date Thu, 10 May 2012 15:44:19 +0200
parents f95d63e2154a
children d2a62e0f25eb
comparison
equal deleted inserted replaced
6079:9793f47cdebc 6080:7432b9db36ff
178 // calls to thr_stksegment. 178 // calls to thr_stksegment.
179 // It appears that someone (Hotspot?) is trashing the user's 179 // It appears that someone (Hotspot?) is trashing the user's
180 // proc_t structure (note that this is a system struct). 180 // proc_t structure (note that this is a system struct).
181 static address _main_stack_base; 181 static address _main_stack_base;
182 182
183 static void print_distro_info(outputStream* st);
184 static void print_libversion_info(outputStream* st);
185
183 public: 186 public:
184 static void libthread_init(); 187 static void libthread_init();
185 static void synchronization_init(); 188 static void synchronization_init();
186 static bool liblgrp_init(); 189 static bool liblgrp_init();
187 // Load miscellaneous symbols. 190 // Load miscellaneous symbols.