On Thu, 14 Aug 2025 15:06:40 GMT, David Beaumont <d...@openjdk.org> wrote:
> This should fix this issue and locally fixes the test() method in: > > test/jdk/java/lang/module/ModuleReader/ModuleReaderTest.java > > which does: > > -------- > // test nulls > try { > reader.find(null); > assertTrue(false); > } catch (NullPointerException expected) { } > -------- @david-beaumont Your change (at version ac4d9a5914649e9d520f4f6d418f7498642992ed) is now ready to be sponsored by a Committer. ------------- PR Comment: https://git.openjdk.org/jdk/pull/26780#issuecomment-3189168788