hotspot/src/os/linux/vm/os_linux.cpp
changeset 252 050143a0dbfb
parent 235 735f15bdea80
child 388 bcc631c5bbec
--- a/hotspot/src/os/linux/vm/os_linux.cpp	Fri Mar 28 11:52:29 2008 -0700
+++ b/hotspot/src/os/linux/vm/os_linux.cpp	Fri Mar 28 23:35:42 2008 -0700
@@ -2480,6 +2480,10 @@
   return false;
 }
 
+bool os::can_execute_large_page_memory() {
+  return false;
+}
+
 // Reserve memory at an arbitrary address, only if that area is
 // available (and not reserved for something else).