Patch: FYI: Interpreter: SAVE_PC before resolve_pool_entry

Tom Tromey tromey@redhat.com
Thu Jul 13 23:20:00 GMT 2006


>>>>> "Bryce" == Bryce McKinlay <mckinlay@redhat.com> writes:

Bryce> This patch rearranges the SAVE_PC sites to fix the problem. I'm
Bryce> checking it in to trunk.

Thanks!

Bryce>      insn_fdiv:
Bryce>        {
Bryce> +	SAVE_PC();

We don't actually need it in this case.
Floating point division can't throw.

Tom



More information about the Java-patches mailing list