RFR: 8365532: java/lang/module/ModuleReader/ModuleReaderTest.testImage fails
Alan Bateman
alanb at openjdk.org
Thu Aug 14 16:04:22 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) { }
> --------
Marked as reviewed by alanb (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/26780#pullrequestreview-3121160433
More information about the core-libs-dev
mailing list