From owner-freebsd-java@FreeBSD.ORG Mon Jan 31 04:10:43 2011 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8391106566C; Mon, 31 Jan 2011 04:10:43 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (smtp1.utsp.utwente.nl [130.89.2.8]) by mx1.freebsd.org (Postfix) with ESMTP id 4662D8FC18; Mon, 31 Jan 2011 04:10:38 +0000 (UTC) Received: from nox.student.utwente.nl (nox.student.utwente.nl [130.89.165.91]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id p0V3njTN028051; Mon, 31 Jan 2011 04:49:45 +0100 From: Pieter de Goeje To: freebsd-java@freebsd.org Date: Mon, 31 Jan 2011 04:47:01 +0100 User-Agent: KMail/1.9.10 References: <201101261721.58069.jkim@FreeBSD.org> In-Reply-To: <201101261721.58069.jkim@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201101310447.02285.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact icts.servicedesk@utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Jung-uk Kim Subject: Re: [CFT] Update OpenJDK6 to b21 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: Mon, 31 Jan 2011 04:10:43 -0000 On Wednesday 26 January 2011 23:21:55 Jung-uk Kim wrote: > I have updated ports/java/openjdk6 to b21 and it's available from > here: > > http://people.freebsd.org/~jkim/ports-openjdk6-b21.tar.bz2 > > Please test if you can. Note files/patch-nio-kqueue is integrated > with patch-set now, so you have to remove it if you want to extract > the tarball directly on existing openjdk6 directory. > > If there is no serious regression, I am going to commit it in a week > or so. Both Glassfish 3.1 and the Minecraft server appear to be running fine on it. However jconsole and jstack do not seem to work anymore: jconsole refuses to attach and jstack seems broken ("well-known file is not secure"). These commands used to work in b20. I am not sure if both programs fail due to the same underlying cause, because jconsole logs nothing to console. - Pieter