src/os/solaris/vm/os_solaris.hpp

changeset 6486
b0133e4187d3
parent 5384
dec841e0c9aa
child 6876
710a3c8b516e
child 7776
41a855ff6305
     1.1 --- a/src/os/solaris/vm/os_solaris.hpp	Thu Nov 21 12:30:35 2013 -0800
     1.2 +++ b/src/os/solaris/vm/os_solaris.hpp	Thu Nov 21 18:29:34 2013 -0800
     1.3 @@ -27,6 +27,9 @@
     1.4  
     1.5  // Solaris_OS defines the interface to Solaris 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  class Solaris {
    1.11    friend class os;
    1.12  

mercurial