< prev index next >

src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp

Print this page
rev 52189 : [mq]: tinit

*** 298,311 **** // 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) { --- 298,307 ----
< prev index next >