interpret.cc (_Jv_InterpMethod::compile): Add FIXME comment.
authorBryce McKinlay <mckinlay@redhat.com>
Thu, 13 Jul 2006 21:13:12 +0000 (21:13 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Thu, 13 Jul 2006 21:13:12 +0000 (22:13 +0100)
commit43e6b77cbbeba36b1d15bf368aeb2e86d8fec26e
tree7e4d0d1103a8313846e31f044ccc494ab60d822d
parent88d03811f89e6e0b1f63bdc7f61d9380645b1adf
interpret.cc (_Jv_InterpMethod::compile): Add FIXME comment.

2006-07-13  Bryce McKinlay  <mckinlay@redhat.com>

* interpret.cc (_Jv_InterpMethod::compile): Add FIXME comment.
(_Jv_InterpMethod::run): SAVE_PC before executing any instruction
using resolve_pool_entry, as it can throw. Likewise for div/rem ops
that can throw ArithmeticException.

From-SVN: r115422
libjava/ChangeLog
libjava/interpret.cc