> 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.
Fernando Guallini has updated the pull request incrementally with one additional commit since the last revision: copyright year ------------- Changes: - all: https://git.openjdk.org/jdk/pull/19946/files - new: https://git.openjdk.org/jdk/pull/19946/files/76545dbb..81522328 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=19946&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=19946&range=00-01 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/19946.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/19946/head:pull/19946 PR: https://git.openjdk.org/jdk/pull/19946