On Thu, 28 Aug 2025 12:49:37 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> Jayathirth D V has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Keep verifyImageIndex in try block > > test/jdk/javax/imageio/plugins/jpeg/JpegNegativeImageIndexTest.java line 67: > >> 65: private interface RunnableWithException { >> 66: void run() throws Exception; >> 67: } > > You can use `Callable<?>` instead. That's better, updated. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26522#discussion_r2309314588