< prev index next >

src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp

Print this page
rev 52211 : [mq]: tinit

@@ -298,14 +298,10 @@
   // if the CPU splits constants across multiple instructions).
 
   return (char*) -1;
 }
 
-void os::initialize_thread(Thread* thr) {
-// Nothing to do.
-}
-
 address os::Bsd::ucontext_get_pc(const ucontext_t * uc) {
   return (address)uc->context_pc;
 }
 
 void os::Bsd::ucontext_set_pc(ucontext_t * uc, address pc) {
< prev index next >