RFR: 8341789: Fix ExceptionOccurred in java.base

Lance Andersen lancea at openjdk.org
Thu Oct 10 12:09:10 UTC 2024


On Thu, 10 Oct 2024 11:40:27 GMT, Alan Bateman <alanb 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.

Thanks for the clarification, I missed the comment you added to the bug

-------------

PR Comment: https://git.openjdk.org/jdk/pull/21428#issuecomment-2404909070


More information about the nio-dev mailing list