src/os/solaris/vm/os_solaris.hpp

changeset 6486
b0133e4187d3
parent 5384
dec841e0c9aa
child 6876
710a3c8b516e
child 7776
41a855ff6305
equal deleted inserted replaced
6485:da862781b584 6486:b0133e4187d3
25 #ifndef OS_SOLARIS_VM_OS_SOLARIS_HPP 25 #ifndef OS_SOLARIS_VM_OS_SOLARIS_HPP
26 #define OS_SOLARIS_VM_OS_SOLARIS_HPP 26 #define OS_SOLARIS_VM_OS_SOLARIS_HPP
27 27
28 // Solaris_OS defines the interface to Solaris operating systems 28 // Solaris_OS defines the interface to Solaris operating systems
29 29
30 // Information about the protection of the page at address '0' on this os.
31 static bool zero_page_read_protected() { return true; }
32
30 class Solaris { 33 class Solaris {
31 friend class os; 34 friend class os;
32 35
33 private: 36 private:
34 37

mercurial