< prev index next >

src/hotspot/os/aix/os_aix.hpp

Print this page
rev 56579 : imported patch dead_os2

*** 42,52 **** private: static julong _physical_memory; static pthread_t _main_thread; - static Mutex* _createThread_lock; static int _page_size; // -1 = uninitialized, 0 = AIX, 1 = OS/400 (PASE) static int _on_pase; --- 42,51 ----
*** 88,99 **** static void initialize_libperfstat(); public: static void init_thread_fpu_state(); static pthread_t main_thread(void) { return _main_thread; } - static void set_createThread_lock(Mutex* lk) { _createThread_lock = lk; } - static Mutex* createThread_lock(void) { return _createThread_lock; } static void hotspot_sigmask(Thread* thread); // Given an address, returns the size of the page backing that address static size_t query_pagesize(void* p); --- 87,96 ----
< prev index next >