RFR: 8365532: java/lang/module/ModuleReader/ModuleReaderTest.testImage fails
duke
duke at openjdk.org
Thu Aug 14 16:54:17 UTC 2025
On Thu, 14 Aug 2025 15:06:40 GMT, David Beaumont <duke at 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
More information about the core-libs-dev
mailing list