< prev index next >

src/hotspot/os/aix/os_aix.hpp

Print this page
rev 56579 : imported patch dead_os2

@@ -42,11 +42,10 @@
 
  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;
 

@@ -88,12 +87,10 @@
   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);
 
< prev index next >