Index: head/java/jdk15/files/patch-hotspot-vm-os_bsd.inline.hpp =================================================================== --- head/java/jdk15/files/patch-hotspot-vm-os_bsd.inline.hpp (nonexistent) +++ head/java/jdk15/files/patch-hotspot-vm-os_bsd.inline.hpp (revision 137870) @@ -0,0 +1,18 @@ +$FreeBSD$ + +--- ../../hotspot/src/os/bsd/vm/os_bsd.inline.hpp 20 Dec 2004 10:06:24 -0000 1.2 ++++ ../../hotspot/src/os/bsd/vm/os_bsd.inline.hpp 14 May 2005 14:58:18 -0000 1.3 +@@ -29,10 +29,9 @@ + + inline bool os::allocate_stack_guard_pages() { + assert(uses_stack_guard_pages(), "sanity check"); +-// XXXBSD: ?? +-// return thr_main(); +-// return pthread_main_np(); +- return true; ++ // Since FreeBSD 4 uses malloc() for allocating the thread stack ++ // there is no need to do anything extra to allocate the guard pages ++ return false; + } + + Property changes on: head/java/jdk15/files/patch-hotspot-vm-os_bsd.inline.hpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/java/jdk16/files/patch-hotspot-vm-os_bsd.inline.hpp =================================================================== --- head/java/jdk16/files/patch-hotspot-vm-os_bsd.inline.hpp (nonexistent) +++ head/java/jdk16/files/patch-hotspot-vm-os_bsd.inline.hpp (revision 137870) @@ -0,0 +1,18 @@ +$FreeBSD$ + +--- ../../hotspot/src/os/bsd/vm/os_bsd.inline.hpp 20 Dec 2004 10:06:24 -0000 1.2 ++++ ../../hotspot/src/os/bsd/vm/os_bsd.inline.hpp 14 May 2005 14:58:18 -0000 1.3 +@@ -29,10 +29,9 @@ + + inline bool os::allocate_stack_guard_pages() { + assert(uses_stack_guard_pages(), "sanity check"); +-// XXXBSD: ?? +-// return thr_main(); +-// return pthread_main_np(); +- return true; ++ // Since FreeBSD 4 uses malloc() for allocating the thread stack ++ // there is no need to do anything extra to allocate the guard pages ++ return false; + } + + Property changes on: head/java/jdk16/files/patch-hotspot-vm-os_bsd.inline.hpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property