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: FYI: Interpreter: SAVE_PC before resolve_pool_entry


>>>>> "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


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