From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22199 invoked by alias); 8 Nov 2008 12:47:34 -0000 Received: (qmail 22140 invoked by uid 22791); 8 Nov 2008 12:47:33 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 08 Nov 2008 12:46:53 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id mA8CkpEF008684; Sat, 8 Nov 2008 07:46:51 -0500 Received: from zebedee.pink (vpn-12-19.rdu.redhat.com [10.11.12.19]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mA8Cknql022044; Sat, 8 Nov 2008 07:46:49 -0500 Message-ID: <49158A38.70806@redhat.com> Date: Sat, 08 Nov 2008 12:47:00 -0000 From: Andrew Haley User-Agent: Thunderbird 2.0.0.17 (X11/20080914) MIME-Version: 1.0 To: java CC: classpath Subject: Re: [GCJ] Performance of GUI applications on embedded systems References: <49148F35.8030209@redhat.com> <49157A8C.5090200@redhat.com> In-Reply-To: <49157A8C.5090200@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2008-11/txt/msg00033.txt.bz2 Andrew Haley wrote: > > > Index: gnu_java_awt_peer_gtk_CairoGraphics2D.c > =================================================================== > --- gnu_java_awt_peer_gtk_CairoGraphics2D.c (revision 141575) > +++ gnu_java_awt_peer_gtk_CairoGraphics2D.c (working copy) > @@ -351,7 +351,6 @@ > for (i = 0; i < n; i++) > { > PangoFcFont *font = JLONG_TO_PTR(PangoFcFont, fonts[i]); > - gdk_threads_leave (); > > /* Draw as many glyphs as possible with the current font */ > int length = 0; Incidentally, this bug was introduced on 2007-06-04, so this patch needs applying to a bunch of systems and gcc branches. It affects Fedora systems and (presumably) recent Debians. Andrew.