Integrated: 8365532: java/lang/module/ModuleReader/ModuleReaderTest.testImage fails
David Beaumont
duke at openjdk.org
Fri Aug 15 02:57:15 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) { }
> --------
This pull request has now been integrated.
Changeset: 44b19c01
Author: David Beaumont <david.beaumont at oracle.com>
Committer: SendaoYan <syan at openjdk.org>
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
More information about the core-libs-dev
mailing list