On Thu, 10 Oct 2024 11:07:19 GMT, Lance Andersen <lan...@openjdk.org> wrote:
> were left out from the commit for the PR but are listed in the JBS issue so > it would be great to include the updates as part of this PR or explain why > they were excluded if it was intentional The original bug report has several false positives, it flagged cases where ExceptionOccurred == NULL, which aren't issues. Some of these could be changed to ExceptionCheck to avoid create the throwable, that would be more about performance for exception cases so not too interesting. ------------- PR Comment: https://git.openjdk.org/jdk/pull/21428#issuecomment-2404860955