From owner-freebsd-java@FreeBSD.ORG Wed Feb 1 13:54:08 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D3BA16A423 for ; Wed, 1 Feb 2006 13:54:08 +0000 (GMT) (envelope-from andrew@areilly.bpc-users.org) Received: from omta01ps.mx.bigpond.com (omta01ps.mx.bigpond.com [144.140.82.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6002343D46 for ; Wed, 1 Feb 2006 13:54:06 +0000 (GMT) (envelope-from andrew@areilly.bpc-users.org) Received: from areilly.bpc-users.org ([141.168.4.160]) by omta01ps.mx.bigpond.com with ESMTP id <20060201135405.XNWD19070.omta01ps.mx.bigpond.com@areilly.bpc-users.org> for ; Wed, 1 Feb 2006 13:54:05 +0000 Received: (qmail 14317 invoked from network); 1 Feb 2006 13:53:59 -0000 Received: from duncan.reilly.home (10.0.0.6) by localhost with SMTP; 1 Feb 2006 13:53:59 -0000 Date: Thu, 2 Feb 2006 00:53:55 +1100 From: Andrew Reilly To: Alex Hayward Message-Id: <20060202005355.ce4c5d59.andrew@areilly.bpc-users.org> In-Reply-To: References: <20060120032857.GA37316@gurney.reilly.home> <20060131004141.GA24055@duncan.reilly.home> X-Mailer: Sylpheed version 2.2.0beta6 (GTK+ 2.8.11; amd64-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: andrew-freebsd@areilly.bpc-users.org, xelah-freebsd@xelah.com, freebsd-java@freebsd.org Subject: Re: Compiling jdk15 on amd64: how long? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 13:54:08 -0000 On Tue, 31 Jan 2006 12:04:43 +0000 (GMT) Alex Hayward wrote: > Put kern.smp.disabled=0 in /boot/loader.conf. sysctl -w kern.smp.active=0 > also works but seems to make the machine crash after a while. Thanks for that. Single-processor was the charm: I now have jdk15 running happily. I guess that means that there are still some threading/locking issues to be sorted out? -- Andrew