diff src/os/solaris/vm/os_solaris.hpp @ 18041:52b4284cb496

Merge with jdk8u20-b26
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 16:02:50 +0200
parents 4ca6dc0799b6
children dd9cc155639c
line wrap: on
line diff
--- a/src/os/solaris/vm/os_solaris.hpp	Thu Oct 16 10:21:29 2014 +0200
+++ b/src/os/solaris/vm/os_solaris.hpp	Wed Oct 15 16:02:50 2014 +0200
@@ -27,6 +27,9 @@
 
 // Solaris_OS defines the interface to Solaris operating systems
 
+// Information about the protection of the page at address '0' on this os.
+static bool zero_page_read_protected() { return true; }
+
 class Solaris {
   friend class os;