comparison src/os/solaris/vm/os_solaris.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
69 return r; 69 return r;
70 } 70 }
71 71
72 72
73 // On Solaris, reservations are made on a page by page basis, nothing to do. 73 // On Solaris, reservations are made on a page by page basis, nothing to do.
74 inline void os::split_reserved_memory(char *base, size_t size, 74 inline void os::pd_split_reserved_memory(char *base, size_t size,
75 size_t split, bool realloc) { 75 size_t split, bool realloc) {
76 } 76 }
77 77
78 78
79 // Bang the shadow pages if they need to be touched to be mapped. 79 // Bang the shadow pages if they need to be touched to be mapped.