hotspot/src/share/vm/memory/filemap.hpp
changeset 14120 7d298141c258
parent 13728 882756847a04
child 15101 58d43bf04c45
--- a/hotspot/src/share/vm/memory/filemap.hpp	Thu Oct 18 13:09:47 2012 -0400
+++ b/hotspot/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();