hotspot/src/os/linux/vm/os_linux.cpp
changeset 2254 f13dda645a4b
parent 2012 041fbc6030dd
child 2259 d3c946e7f127
--- a/hotspot/src/os/linux/vm/os_linux.cpp	Wed Mar 11 14:16:13 2009 -0700
+++ b/hotspot/src/os/linux/vm/os_linux.cpp	Thu Mar 12 10:37:46 2009 -0700
@@ -2582,7 +2582,7 @@
 #define SHM_HUGETLB 04000
 #endif
 
-char* os::reserve_memory_special(size_t bytes) {
+char* os::reserve_memory_special(size_t bytes, char* req_addr) {
   assert(UseLargePages, "only for large pages");
 
   key_t key = IPC_PRIVATE;