On Thu, 14 Aug 2025 15:06:40 GMT, David Beaumont <[email protected]> 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) { }
> --------
This pull request has now been integrated.
Changeset: 44b19c01
Author: David Beaumont <[email protected]>
Committer: SendaoYan <[email protected]>
URL:
https://git.openjdk.org/jdk/commit/44b19c01acdfff07a4f017466be3f03fae6013c6
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8365532: java/lang/module/ModuleReader/ModuleReaderTest.testImage fails
Reviewed-by: alanb
-------------
PR: https://git.openjdk.org/jdk/pull/26780