< prev index next >

src/hotspot/share/runtime/os.hpp

Print this page
rev 52211 : [mq]: tinit

@@ -503,11 +503,10 @@
 
   static bool create_attached_thread(JavaThread* thread);
   static void pd_start_thread(Thread* thread);
   static void start_thread(Thread* thread);
 
-  static void initialize_thread(Thread* thr);
   static void free_thread(OSThread* osthread);
 
   // thread id on Linux/64bit is 64bit, on Windows and Solaris, it's 32bit
   static intx current_thread_id();
   static int current_process_id();
< prev index next >