[PATCH] [JAVA] Double.parseDouble(null) throw NullPointerException

Tom Tromey tromey@redhat.com
Wed Aug 10 16:41:00 GMT 2011


>>>>> "Jie" == Jie Liu <lj8175@gmail.com> writes:

Jie> +  *-*-rtems*)
Jie> +	can_unwind_signal=no
Jie> +	CHECKREFSPEC=-fcheck-references
Jie> +	DIVIDESPEC=-fuse-divide-subroutine
Jie> +	;;

This part is OK with a ChangeLog entry.

Jie> +

Spurious newline addition.

Jie> But it does not work as we want, is there something wrong?

Did you rebuild all of libgcj?

If you did, then I don't know, you'll have to debug it, sorry.

I vaguely recollect that -fcheck-references adds a check for 'this' at
the start of final methods.  If I'm misremembering, then that is
probably the problem.

Tom



More information about the Java-patches mailing list