-
Bug
-
Resolution: Fixed
-
P4
-
24
-
b12
It has been observed during an `http3` branch review that `SafeExecutor[Service]` fall back only on `RejectedExecutionException`, whereas `DelegatingExecutor` on every `Throwable`. Their behavior should ideally match each other. [~dfuchs] further stated "we should not execute the task again if it’s anything but RejectedExecutionException".
- links to
-
Commit(master) openjdk/jdk/dfcd0df6
-
Review(master) openjdk/jdk/23713