< prev index next >

src/os/aix/vm/os_aix.hpp

Print this page
rev 7507 : 8066964: ppc64: argument and return type profiling, fix problem with popframe

*** 207,217 **** static bool can_use_16M_pages () { assert(_can_use_16M_pages != -1, "not initialized"); return _can_use_16M_pages == 1 ? true : false; } ! static address ucontext_get_pc(ucontext_t* uc); static intptr_t* ucontext_get_sp(ucontext_t* uc); static intptr_t* ucontext_get_fp(ucontext_t* uc); // Set PC into context. Needed for continuation after signal. static void ucontext_set_pc(ucontext_t* uc, address pc); --- 207,217 ---- static bool can_use_16M_pages () { assert(_can_use_16M_pages != -1, "not initialized"); return _can_use_16M_pages == 1 ? true : false; } ! static address ucontext_get_pc(const ucontext_t* uc); static intptr_t* ucontext_get_sp(ucontext_t* uc); static intptr_t* ucontext_get_fp(ucontext_t* uc); // Set PC into context. Needed for continuation after signal. static void ucontext_set_pc(ucontext_t* uc, address pc);
< prev index next >