< prev index next >

src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp

Print this page
rev 52189 : [mq]: tinit

*** 83,97 **** // if the CPU splits constants across multiple instructions). return (char*) -1; } - // OS specific thread initialization - // - // Calculate and store the limits of the memory stack. - void os::initialize_thread(Thread *thread) { } - // Frame information (pc, sp, fp) retrieved via ucontext // always looks like a C-frame according to the frame // conventions in frame_ppc.hpp. address os::Aix::ucontext_get_pc(const ucontext_t * uc) { --- 83,92 ----
< prev index next >