This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Enable java for aarch64
- From: Andrew Haley <aph at redhat dot com>
- To: Andreas Schwab <schwab at suse dot de>
- Cc: Matthias Klose <doko at ubuntu dot com>, java-patches at gcc dot gnu dot org
- Date: Mon, 15 Apr 2013 09:57:45 +0100
- Subject: Re: [PATCH] Enable java for aarch64
- References: <mvmsj2uwauj dot fsf at hawking dot suse dot de> <516A8BDB dot 6000305 at redhat dot com> <mvmobdgw9sr dot fsf at hawking dot suse dot de> <516BACBF dot 6000000 at ubuntu dot com> <mvm7gk4w6i0 dot fsf at hawking dot suse dot de>
On 04/15/2013 09:19 AM, Andreas Schwab wrote:
> Matthias Klose <doko@ubuntu.com> 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.