--- old/src/os/solaris/vm/os_solaris.hpp 2015-03-06 16:23:22.845675000 +0100 +++ new/src/os/solaris/vm/os_solaris.hpp 2015-03-06 16:23:22.614686000 +0100 @@ -137,6 +137,7 @@ // ucontext_get_fp() is only used by Solaris X86 (see note below) static intptr_t* ucontext_get_fp(ucontext_t* uc); static address ucontext_get_pc(ucontext_t* uc); + static void ucontext_set_pc(ucontext_t* uc, address pc); // For Analyzer Forte AsyncGetCallTrace profiling support: // Parameter ret_fp is only used by Solaris X86.