hotspot/src/os/solaris/vm/os_solaris.hpp
changeset 29573 2d800e5d575f
parent 26704 36bff23b2c2e
child 33732 2a47b89db4ec
--- a/hotspot/src/os/solaris/vm/os_solaris.hpp	Wed Mar 11 18:49:22 2015 -0400
+++ b/hotspot/src/os/solaris/vm/os_solaris.hpp	Thu Mar 12 19:34:50 2015 -0400
@@ -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.