hotspot/src/os/linux/vm/os_linux.hpp
changeset 29573 2d800e5d575f
parent 27164 6523fa019ffa
child 31377 229b4eb67c2b
--- a/hotspot/src/os/linux/vm/os_linux.hpp	Wed Mar 11 18:49:22 2015 -0400
+++ b/hotspot/src/os/linux/vm/os_linux.hpp	Thu Mar 12 19:34:50 2015 -0400
@@ -143,6 +143,7 @@
   static int vm_default_page_size(void)                             { return _vm_default_page_size; }
 
   static address   ucontext_get_pc(ucontext_t* uc);
+  static void ucontext_set_pc(ucontext_t* uc, address pc);
   static intptr_t* ucontext_get_sp(ucontext_t* uc);
   static intptr_t* ucontext_get_fp(ucontext_t* uc);