hotspot/src/os/aix/vm/os_aix.hpp
changeset 28187 fc19df82d6ee
parent 22831 1e2ba1d62103
child 30198 ec621727bd41
--- a/hotspot/src/os/aix/vm/os_aix.hpp	Wed Dec 10 16:45:55 2014 +0100
+++ b/hotspot/src/os/aix/vm/os_aix.hpp	Tue Dec 09 11:57:46 2014 +0100
@@ -209,7 +209,7 @@
     return _can_use_16M_pages == 1 ? true : false;
   }
 
-  static address   ucontext_get_pc(ucontext_t* uc);
+  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.