On Thu, 14 Aug 2025 15:06:40 GMT, David Beaumont 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.fi
On Thu, 14 Aug 2025 15:06:40 GMT, David Beaumont 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.fi
On Thu, 14 Aug 2025 15:06:40 GMT, David Beaumont 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.fi
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 (NullPointerE