On Fri, 2 Sep 2022 18:49:27 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
> While trying to find a fix for > [JDK-8288429](https://bugs.openjdk.org/browse/JDK-8288429) (no fix was > found), I made some adjustments to the error handling in > catch_mach_exception_raise() to make it a bit easier to understand the code, > and to provide a more meaningful error message when the soft signal is > invalid. This PR is for pushing those changes. This pull request has now been integrated. Changeset: e92b9e40 Author: Chris Plummer <cjplum...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/e92b9e4030ce490140b05f3a6b1435846a212e5d Stats: 15 lines in 1 file changed: 8 ins; 2 del; 5 mod 8293325: Minor improvements to macos catch_mach_exception_raise() error handling Reviewed-by: amenkov, dcubed, sspitsyn ------------- PR: https://git.openjdk.org/jdk/pull/10149