[jdk11u-dev] Integrated: 8266461: tools/jmod/hashes/HashesTest.java fails: static @Test methods

George Adams duke at openjdk.org
Sun Jul 24 06:33:58 UTC 2022


On Thu, 21 Jul 2022 08:03:18 GMT, George Adams <duke at openjdk.org> wrote:

> Backport required to bump JDK11u to jtreg 6
> 
> `test/jdk/tools/jmod/hashes/HashesTest.java`
> - several occurrences of `ht.checkHashes("j2", Set.of("j3"));` (in jdk) not matching up with `ht.checkHashes("j2", "j3");` in jdk11u.
> - [`testHashModulesPattern`](https://github.com/openjdk/jdk/commit/e90388bc1e7bba92675fa799d9da77aa4d6e1a05#diff-90d72039e87e2a26eb11bd8e15e499aa96eef5372361fb1a47eec0d5ab168f5aR322) does not exist in jdk11u so I removed it from the patch.

This pull request has now been integrated.

Changeset: 0b54c61b
Author:    George Adams <georgeadams1995 at gmail.com>
Committer: Christoph Langer <clanger at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/0b54c61be82bf200084772dea9d71aaa444f5928
Stats:     116 lines in 1 file changed: 5 ins; 18 del; 93 mod

8266461: tools/jmod/hashes/HashesTest.java fails: static @Test methods
8267180: Typo in copyright header  for HashesTest

Reviewed-by: clanger
Backport-of: e90388bc1e7bba92675fa799d9da77aa4d6e1a05

-------------

PR: https://git.openjdk.org/jdk11u-dev/pull/1252


More information about the jdk-updates-dev mailing list