< prev index next >

src/os/aix/vm/os_aix.inline.hpp

Print this page

        

@@ -63,11 +63,11 @@
   // TODO: Determine whether Sys V memory is split. If yes, we need to treat
   // this the same way Windows treats its VirtualAlloc allocations.
 }
 
 // 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() {
 }
 
 inline void os::dll_unload(void *lib) {
   ::dlclose(lib);
 }
< prev index next >