< prev index next >

src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp

Print this page
rev 52211 : [mq]: tinit

*** 104,116 **** // if the CPU splits constants across multiple instructions). return (char*) 0xffffffffffff; } - void os::initialize_thread(Thread *thr) { - } - address os::Linux::ucontext_get_pc(const ucontext_t * uc) { #ifdef BUILTIN_SIM return (address)uc->uc_mcontext.gregs[REG_PC]; #else return (address)uc->uc_mcontext.pc; --- 104,113 ----
< prev index next >