From owner-freebsd-java@FreeBSD.ORG Fri Oct 2 17:06:13 2009 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 074931065672 for ; Fri, 2 Oct 2009 17:06:13 +0000 (UTC) (envelope-from la.tinca@gmail.com) Received: from mail00d.mail.t-online.hu (mail00d.mail.t-online.hu [84.2.42.5]) by mx1.freebsd.org (Postfix) with ESMTP id B82898FC12 for ; Fri, 2 Oct 2009 17:06:12 +0000 (UTC) Received: from brain (540358A4.catv.pool.telekom.hu [84.3.88.164]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail00d.mail.t-online.hu (Postfix) with ESMTPSA id 052F7758D53 for ; Fri, 2 Oct 2009 19:00:28 +0200 (CEST) Date: Fri, 2 Oct 2009 19:06:09 +0200 From: Zsolt =?UTF-8?B?S8O6dGk=?= To: freebsd-java@freebsd.org Message-ID: <20091002190609.7286a837@brain> In-Reply-To: <20091002013652.GD52763@osiris.chen.org.nz> References: <20091001184920.2e34eae7@brain> <20091001202106.01a23ace@brain> <20091002013652.GD52763@osiris.chen.org.nz> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-DCC-mail.t-online.hu-Metrics: mail00d.mail.t-online.hu 32720; Body=1 Fuz1=1 Fuz2=1 Subject: Netbeans vs openJDK6 [was: Re: openJava6 ugly fonts] 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: Fri, 02 Oct 2009 17:06:13 -0000 On Fri, 2 Oct 2009 14:36:52 +1300 Jonathan Chen wrote: > On Thu, Oct 01, 2009 at 08:21:06PM +0200, Zsolt K??ti wrote: > > On Thu, 1 Oct 2009 11:01:20 -0700 > > Brian Gardner wrote: > >=20 > > > openjdk6 b17 is right around the corner, perhaps I can include a > > > fix for this as well. I'll poke around and see if it's not > > > communicating with fontconfig properly. > > >=20 > > Thank you, Brian!=20 > >=20 > > Anybody else with similar experience? >=20 > Yes. Aside from the fonts issue, the openjdk6 experience with Swing is > somewhat unstable at times. eg: try running java/netbeans with > openjdk6, it will crash the JVM after a while. After a whole day work with NB6.7 there was no crash here. Once it got so slow, that it needed a restart. But repeating TestNG test runs a lot had no such effect. No wonder that openJDK is less polished (and is somewhat behind in performance wise) than our good old Sun JDKs. Unfortunately my need of using openJDK6 stems from the bug which exists in Sun JDKs before update10 (on Windows as well): in DatatypeCoverter from JAXB an internal member of DatatypeCoverterInterface of this class is not initialized and method calls result in NPE. I could not find a workaround (usage of NB is obligatory). Zsolt ------------ Zsolt K=C3=BAti