< prev index next >
src/os/aix/vm/os_aix.inline.hpp
Print this page
rev 9449 : 8143125-Further Developments for AIX
@@ -62,10 +62,12 @@
}
// On Aix, reservations are made on a page by page basis, nothing to do.
inline void os::pd_split_reserved_memory(char *base, size_t size,
size_t split, bool realloc) {
+ // 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() {
}
< prev index next >