hotspot/src/os/linux/vm/os_linux.cpp
changeset 2259 d3c946e7f127
parent 2105 347008ce7984
parent 2254 f13dda645a4b
child 2268 bea8be80ec88
--- a/hotspot/src/os/linux/vm/os_linux.cpp	Wed Mar 18 11:37:48 2009 -0400
+++ b/hotspot/src/os/linux/vm/os_linux.cpp	Thu Mar 19 09:13:24 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;