This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Enable java for aarch64


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]