On Tue, 12 Aug 2025 18:48:21 GMT, Artur Barashev <abaras...@openjdk.org> wrote:
>> Weijun Wang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> finetune the spec > > test/jdk/com/sun/crypto/provider/Cipher/HPKE/KAT9180.java line 54: > >> 52: /// provided via a local path with >> 53: /// ``` >> 54: /// jtreg >> -Djdk.test.lib.artifacts.rfc9180-test-vectors=<local-json-file> KAT9180.java > > I followed this instruction and ran the test with the local JSON file. Got a > compilation error: > > symbol: class HPKEParameterSpec > location: package javax.crypto.spec > /Users/abarashe/src/jdk-closed-review/open/test/jdk/com/sun/crypto/provider/Cipher/HPKE/KAT9180.java:86: > error: cannot find symbol > var spec = HPKEParameterSpec.of(kem_id, kdf_id, > aead_id).info(info); > ^ > symbol: variable HPKEParameterSpec > location: class KAT9180 > 2 errors > result: Failed. Compilation failed: Compilation failed Nevermind that, wrong JAVA_HOME env variable was set. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18411#discussion_r2270928218