comparison src/os/linux/vm/os_linux.inline.hpp @ 6197:d2a62e0f25eb

6995781: Native Memory Tracking (Phase 1) 7151532: DCmd for hotspot native memory tracking Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd Reviewed-by: acorn, coleenp, fparain
author zgu
date Thu, 28 Jun 2012 17:03:16 -0400
parents 11c26bfcf8c7
children b9a9ed0f8eeb
comparison
equal deleted inserted replaced
6174:74533f63b116 6197:d2a62e0f25eb
97 return true; 97 return true;
98 } 98 }
99 99
100 100
101 // On Linux, reservations are made on a page by page basis, nothing to do. 101 // On Linux, reservations are made on a page by page basis, nothing to do.
102 inline void os::split_reserved_memory(char *base, size_t size, 102 inline void os::pd_split_reserved_memory(char *base, size_t size,
103 size_t split, bool realloc) { 103 size_t split, bool realloc) {
104 } 104 }
105 105
106 106
107 // Bang the shadow pages if they need to be touched to be mapped. 107 // Bang the shadow pages if they need to be touched to be mapped.