src/os/bsd/vm/os_bsd.hpp

changeset 6486
b0133e4187d3
parent 5834
faff125a1ead
child 6667
917873d2983d
     1.1 --- a/src/os/bsd/vm/os_bsd.hpp	Thu Nov 21 12:30:35 2013 -0800
     1.2 +++ b/src/os/bsd/vm/os_bsd.hpp	Thu Nov 21 18:29:34 2013 -0800
     1.3 @@ -27,6 +27,9 @@
     1.4  
     1.5  // Bsd_OS defines the interface to Bsd operating systems
     1.6  
     1.7 +// Information about the protection of the page at address '0' on this os.
     1.8 +static bool zero_page_read_protected() { return true; }
     1.9 +
    1.10  /* pthread_getattr_np comes with BsdThreads-0.9-7 on RedHat 7.1 */
    1.11  typedef int (*pthread_getattr_func_type) (pthread_t, pthread_attr_t *);
    1.12  

mercurial