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: Matthias Klose <doko at ubuntu dot com>
- To: Andreas Schwab <schwab at suse dot de>
- Cc: Andrew Haley <aph at redhat dot com>, java-patches at gcc dot gnu dot org
- Date: Mon, 15 Apr 2013 09:31:11 +0200
- 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>
Am 15.04.2013 09:08, schrieb Andreas Schwab:
> Andrew Haley <aph@redhat.com> writes:
>
>> Looks basically OK. What were the failures, though?
>
> FAIL: TestClosureGC run
> FAIL: Array_3 execution - source compiled test
> FAIL: Array_3 -findirect-dispatch execution - source compiled test
> FAIL: Array_3 -O3 execution - source compiled test
> FAIL: Array_3 -O3 -findirect-dispatch execution - source compiled test
> FAIL: Invoke_1 execution - source compiled test
> FAIL: Invoke_1 -findirect-dispatch execution - source compiled test
> FAIL: Invoke_1 -O3 execution - source compiled test
> FAIL: Invoke_1 -O3 -findirect-dispatch execution - source compiled test
> FAIL: PR218 execution - source compiled test
> FAIL: PR218 -O3 execution - source compiled test
> FAIL: StackTrace2 execution - source compiled test
> FAIL: StackTrace2 -findirect-dispatch execution - source compiled test
> FAIL: StackTrace2 -O3 execution - source compiled test
> FAIL: StackTrace2 -O3 -findirect-dispatch execution - source compiled test
> FAIL: Throw_2 execution - source compiled test
> FAIL: Throw_2 -findirect-dispatch execution - source compiled test
> FAIL: Throw_2 -O3 execution - source compiled test
> FAIL: Throw_2 -O3 -findirect-dispatch execution - source compiled test
> FAIL: Throw_3 execution - source compiled test
> FAIL: Throw_3 -findirect-dispatch execution - source compiled test
> FAIL: Throw_3 -O3 execution - source compiled test
> FAIL: Throw_3 -O3 -findirect-dispatch execution - source compiled test
> FAIL: pr83 -findirect-dispatch execution - source compiled test
> FAIL: pr83 -O3 -findirect-dispatch execution - source compiled test
> FAIL: sourcelocation output - source compiled test
> FAIL: sourcelocation -findirect-dispatch output - source compiled test
> FAIL: sourcelocation -O3 output - source compiled test
> FAIL: sourcelocation -O3 -findirect-dispatch output - source compiled test
does the interpreter and the byte code compilation work with these results?
Afaicr I did see the exact same set of test failures on other (Debian)
architectures in the past too.
Matthias