On Wed, 4 Jun 2025 06:06:06 GMT, Alexander Zvegintsev <azveg...@openjdk.org> wrote:
>> 3 rethrows the exception, maybe tool is complaining about that..maybe we >> should find out what that exception is and who is throwing? >> Should we call EXCEPTION_CHECK_DESCRIBE instead to find out what exception >> it is complaining about by running the tool? >> >> Also, dont we need to do ExceptionClear too in addition to ExcepionCheck to >> clear out the exception else it will keep it pending? > > I don't think so. Let Java catch it. ok..but checkReturnValue in ScreenCastHelper.java doesnt handle the exception for RESULT_ERROR case so it will be left to application to handle and am not sure if they will expect this internal exception.. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25605#discussion_r2125827673