Increase the stack size in the run parameters. Reviewed-by: kvn
Use -Xss224k instead of -Xss128k. Reviewed-by: never
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