From owner-freebsd-java@FreeBSD.ORG Wed Feb 2 07:07:58 2011 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 29480106564A; Wed, 2 Feb 2011 07:07:58 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-java@freebsd.org Date: Wed, 2 Feb 2011 02:07:35 -0500 User-Agent: KMail/1.6.2 References: <201101261721.58069.jkim@FreeBSD.org> <201101310447.02285.pieter@degoeje.nl> In-Reply-To: <201101310447.02285.pieter@degoeje.nl> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201102020207.46685.jkim@FreeBSD.org> Cc: Pieter de Goeje 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: Wed, 02 Feb 2011 07:07:58 -0000 On Sunday 30 January 2011 10:47 pm, Pieter de Goeje wrote: > 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. Please try the updated ports: http://people.freebsd.org/~jkim/ports-openjdk6-b21_1.tar.bz2 Both jconsole and jstack should work now. Jung-uk Kim