$OpenBSD: patch-hotspot_src_os_bsd_vm_os_bsd_inline_hpp,v 1.2 2007/07/18 15:09:52 kurt Exp $
--- hotspot/src/os/bsd/vm/os_bsd.inline.hpp.orig	Wed Jul 18 10:56:29 2007
+++ hotspot/src/os/bsd/vm/os_bsd.inline.hpp	Wed Jul 18 10:56:32 2007
@@ -32,7 +32,7 @@ inline bool os::allocate_stack_guard_pages() {
   assert(uses_stack_guard_pages(), "sanity check");
 // XXXBSD: maybe we need to enable coloring conditionally ?
 //  return thr_main();
-  return true;
+  return false;
 }
 
 
