hotspot/src/share/vm/runtime/os.hpp
changeset 2259 d3c946e7f127
parent 2105 347008ce7984
parent 2254 f13dda645a4b
child 2268 bea8be80ec88
--- a/hotspot/src/share/vm/runtime/os.hpp	Wed Mar 18 11:37:48 2009 -0400
+++ b/hotspot/src/share/vm/runtime/os.hpp	Thu Mar 19 09:13:24 2009 -0700
@@ -243,7 +243,7 @@
 
   static char*  non_memory_address_word();
   // reserve, commit and pin the entire memory region
-  static char*  reserve_memory_special(size_t size);
+  static char*  reserve_memory_special(size_t size, char* addr = NULL);
   static bool   release_memory_special(char* addr, size_t bytes);
   static bool   large_page_init();
   static size_t large_page_size();