mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-11 07:28:36 +00:00
Retry the call to fast_exception_handler_bci_for() after it returned with a pending exception. Don't cache the exception handler pc computed by compute_compiled_exc_handler() if the handler is for another (nested) exception. Reviewed-by: kamg, kvn