ibmruntimes / openj9-openjdk-jdk11

Extensions for OpenJDK 11 for Eclipse OpenJ9
GNU General Public License v2.0
32 stars 111 forks source link

Fix typo in reference to NativeECKeyPairGenerator #774

Closed keithc-ca closed 4 months ago

keithc-ca commented 4 months ago

See https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/783/files#r1588208020.

JasonFengJ9 commented 4 months ago

jenkins compile amac jdk11

JasonFengJ9 commented 4 months ago
16:40:24  [consumer_0] Deploying artifact: https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Build_JDK11_aarch64_mac_Personal/488/OpenJ9-JDK11-aarch64_mac-20240503-062821.tar.gz
16:40:24  [consumer_1] Deploying artifact: https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Build_JDK11_aarch64_mac_Personal/488/test-images.tar.gz
16:40:28  [consumer_2] Deploying artifact: https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Build_JDK11_aarch64_mac_Personal/488/debug-image.tar.gz

The build succeeded.

pshipton commented 4 months ago

This problem was introduced by https://github.com/ibmruntimes/openj9-openjdk-jdk11/pull/650 @jasonkatonica @KostasTsiounis should we be adding this fix to the 0.44 release?

KostasTsiounis commented 4 months ago

This problem was introduced by #650 @jasonkatonica @KostasTsiounis should we be adding this fix to the 0.44 release?

The PR will be ready today, so we can definitely add it in there if we can.

pshipton commented 4 months ago

OpenJDK22: https://github.com/ibmruntimes/openj9-openjdk-jdk22/pull/57 OpenJDK21: https://github.com/ibmruntimes/openj9-openjdk-jdk21/pull/154 OpenJDK17: https://github.com/ibmruntimes/openj9-openjdk-jdk17/pull/348 OpenJDK11: https://github.com/ibmruntimes/openj9-openjdk-jdk11/pull/777