Closed KostasTsiounis closed 5 months ago
FYI @keithc-ca
Like https://github.com/ibmruntimes/openj9-openjdk-jdk22/pull/58, I think this should back-port improvements from the head stream, unless you have a compelling reason it shouldn't.
Changed to match the head stream.
Jenkins test sanity zlinux jdk21
Grinders passed:
Some tests failed with "java.net.NoRouteToHostException: No route to host" which should be unrelated to this change:
There are additional checks that are required during the
init
anddoPhase
parts ofECDH
key agreement. Those checks are already present in the originalECDHKeyAgreement
class, so they had to be added to theNativeECDHKeyAgreement
class as well.Back-ported from: https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/788
Signed-off by: Kostas Tsiounis kostas.tsiounis@ibm.com