--- old/src/share/vm/runtime/os.hpp 2016-01-05 15:04:57.805351075 -0500 +++ new/src/share/vm/runtime/os.hpp 2016-01-05 15:04:57.674744514 -0500 @@ -262,7 +262,7 @@ // pages for stack overflow checking. static bool uses_stack_guard_pages(); static bool allocate_stack_guard_pages(); - static void bang_stack_shadow_pages(); + static void map_stack_shadow_pages(); static bool stack_shadow_pages_available(Thread *thread, const methodHandle& method); // OS interface to Virtual Memory