From 87b310dbc28f684f7cf40e04a70953e8acaccbed Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Tue, 20 Sep 2005 20:00:08 +0000 Subject: . Update to patchset 2: . Many patches are now unnecessary as they are included in the new patchset. . The browser plugin and Java Web Start is enabled on i386 (there are 64 bit issues with both the plugin and Mozilla/Firefox which prevent enabling it on amd64). . Update the amount of disk space needed. . Update the status of the port. . Disable building the shared class data archive. This broke the build on amd64 and appears to also be problematic on some i386 versions (4.11 is broken at least). It will reappear in future, probably initially on a limited set of FreeBSD versions and architectures (6.0/i386 is reported to work). Reviewed by: freebsd-java@ Approved by: maintainer timeout (1 week) --- java/jdk16/files/patch-hotspot-vm-os_bsd.inline.hpp | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 java/jdk16/files/patch-hotspot-vm-os_bsd.inline.hpp (limited to 'java/jdk16/files/patch-hotspot-vm-os_bsd.inline.hpp') diff --git a/java/jdk16/files/patch-hotspot-vm-os_bsd.inline.hpp b/java/jdk16/files/patch-hotspot-vm-os_bsd.inline.hpp deleted file mode 100644 index df60ff6dad62..000000000000 --- a/java/jdk16/files/patch-hotspot-vm-os_bsd.inline.hpp +++ /dev/null @@ -1,18 +0,0 @@ -$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; - } - - -- cgit v1.2.3