diff src/share/vm/memory/filemap.hpp @ 6882:716c64bda5ba

7199092: NMT: NMT needs to deal overlapped virtual memory ranges Summary: Enhanced virtual memory tracking to track committed regions as well as reserved regions, so NMT now can generate virtual memory map. Reviewed-by: acorn, coleenp
author zgu
date Fri, 19 Oct 2012 21:40:07 -0400
parents da91efe96a93
children 561148896559
line wrap: on
line diff
--- a/src/share/vm/memory/filemap.hpp	Thu Oct 18 13:09:47 2012 -0400
+++ b/src/share/vm/memory/filemap.hpp	Fri Oct 19 21:40:07 2012 -0400
@@ -125,7 +125,6 @@
                      size_t capacity, bool read_only, bool allow_exec);
   void  write_bytes(const void* buffer, int count);
   void  write_bytes_aligned(const void* buffer, int count);
-  char* map_region(int i, ReservedSpace rs);
   char* map_region(int i);
   void  unmap_region(int i);
   void  close();