hotspot/src/os/linux/vm/os_linux.hpp
changeset 22894 870fbe165d06
parent 22891 1f5d1fff23fa
parent 22852 1063026e8cee
child 25069 c937c5e883c5
--- a/hotspot/src/os/linux/vm/os_linux.hpp	Sat Feb 22 10:22:05 2014 +0100
+++ b/hotspot/src/os/linux/vm/os_linux.hpp	Sun Feb 23 13:16:03 2014 -0500
@@ -30,6 +30,9 @@
 /* pthread_getattr_np comes with LinuxThreads-0.9-7 on RedHat 7.1 */
 typedef int (*pthread_getattr_func_type) (pthread_t, pthread_attr_t *);
 
+// Information about the protection of the page at address '0' on this os.
+static bool zero_page_read_protected() { return true; }
+
 class Linux {
   friend class os;
   friend class TestReserveMemorySpecial;