On Fri, 28 Jun 2024 16:11:02 GMT, Fernando Guallini <fguall...@openjdk.org> wrote:
> There is a compilation issue in the test > **test/jdk/sun/security/tools/keytool/NssTest.java** because the > [HumanInputStream](https://github.com/openjdk/jdk/blob/master/test/jdk/java/security/testlibrary/HumanInputStream.java) > class was moved from keytool/KeyToolTest.java to a library class in this > [PR](https://github.com/openjdk/jdk/pull/19790) for reusability. NssTest > depends on KeyToolTest.java, therefore it will also need to import > HumanInputStream from the test library. This pull request has now been integrated. Changeset: 3e23e9c5 Author: Fernando Guallini <fguall...@openjdk.org> Committer: Weijun Wang <wei...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/3e23e9c535e0ed1d7517a836d4703c7fb3e917e4 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod 8335344: test/jdk/sun/security/tools/keytool/NssTest.java fails to compile Reviewed-by: weijun ------------- PR: https://git.openjdk.org/jdk/pull/19946