< prev index next >

src/hotspot/os_cpu/linux_arm/os_linux_arm.cpp

Print this page
rev 52189 : [mq]: tinit

@@ -89,14 +89,10 @@
 char* os::non_memory_address_word() {
   // Must never look like an address returned by reserve_memory
   return (char*) -1;
 }
 
-void os::initialize_thread(Thread* thr) {
-  // Nothing to do
-}
-
 #ifdef AARCH64
 
 #define arm_pc pc
 #define arm_sp sp
 #define arm_fp regs[29]
< prev index next >