--- old/src/os/windows/vm/os_windows.inline.hpp 2016-01-07 12:42:06.244016121 -0500 +++ new/src/os/windows/vm/os_windows.inline.hpp 2016-01-07 12:42:06.149791178 -0500 @@ -66,7 +66,7 @@ } // Bang the shadow pages if they need to be touched to be mapped. -inline void os::bang_stack_shadow_pages() { +inline void os::map_stack_shadow_pages() { // Write to each page of our new frame to force OS mapping. // If we decrement stack pointer more than one page // the OS may not map an intervening page into our space