< prev index next >

src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp

Print this page
rev 52189 : [mq]: tinit

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