Open
Description
<
60D4
div class="Box-sc-g0xbh4-0 kgTqOk ActivityHeader-module__narrowViewportWrapper--Hjl75">
Failure link
From an internal build
Optional info
Failure output (captured from console output)
21:08:12 /home/jenkins/workspace/Build_JDKnext_x86-64_linux_valhalla_Nightly/OpenJCEPlus/src/main/openjceplus/share/classes/com/ibm/crypto/plus/provider/DSAPrivateKey.java:64: error: cannot find symbol
21:08:12 this.privKeyMaterial = new DerValue(DerValue.tag_Integer, x.toByteArray()).toByteArray();
21:08:12 ^
21:08:12 symbol: variable privKeyMaterial
This is caused by the OpenJCEPlus
usage of PKCS8Key.privKeyMaterial
from a recent OpenJDK update for "JEP 470: PEM Encodings of Cryptographic Objects (Preview)".
The valhalla extension needs merging with latest OpenJDK contents.
FYI @hangshao0