diff src/os/linux/vm/os_linux.cpp @ 79:82db0859acbe

6642862: Code cache allocation fails with large pages after 6588638 Reviewed-by: apetrusenko
author jcoomes
date Fri, 28 Mar 2008 23:35:42 -0700
parents cd0742ba123c
children fcbfc50865ab
line wrap: on
line diff
--- a/src/os/linux/vm/os_linux.cpp	Fri Mar 28 11:52:29 2008 -0700
+++ b/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).