From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21754 invoked by alias); 15 Apr 2013 08:57:50 -0000 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org Received: (qmail 21744 invoked by uid 89); 15 Apr 2013 08:57:49 -0000 X-Spam-SWARE-Status: No, score=-7.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 15 Apr 2013 08:57:49 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3F8vl0L031228 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 15 Apr 2013 04:57:47 -0400 Received: from zebedee.pink (ovpn-113-41.phx2.redhat.com [10.3.113.41]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r3F8vjKo030970; Mon, 15 Apr 2013 04:57:46 -0400 Message-ID: <516BC109.3060601@redhat.com> Date: Mon, 15 Apr 2013 08:57:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: Andreas Schwab CC: Matthias Klose , java-patches@gcc.gnu.org Subject: Re: [PATCH] Enable java for aarch64 References: <516A8BDB.6000305@redhat.com> <516BACBF.6000000@ubuntu.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-q2/txt/msg00008.txt.bz2 On 04/15/2013 09:19 AM, Andreas Schwab wrote: > Matthias Klose writes: > >> does the interpreter and the byte code compilation work with these results? > > All other tests pass. So, the port is broken. Null pointer exceptions aren't caught. You need to use this: arm*-linux* ) slow_pthread_self=no can_unwind_signal=no CHECKREFSPEC=-fcheck-references DIVIDESPEC=-fuse-divide-subroutine Andrew.