On Mon, 13 Feb 2023 12:37:27 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
> Yes - thank you. This is supposed to be a simple cleanup so I'm feeling more > comfortable that the logic hasn't changed. The code before the change was > also catching Exception. We can create a bug to replace the catch Exception with catch IllegalArgumentException, better still be to replace this usage (surprised it wasn't replaced a long time ago). ------------- PR: https://git.openjdk.org/jdk/pull/12451