RFR: 8341789: Fix ExceptionOccurred in java.base

Alan Bateman alanb at openjdk.org
Thu Oct 10 11:43:12 UTC 2024


On Thu, 10 Oct 2024 11:07:19 GMT, Lance Andersen <lancea at 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


More information about the nio-dev mailing list