ibmruntimes / openj9-openjdk-jdk21

GNU General Public License v2.0
8 stars 40 forks source link

Fix names of algorithms printed in debug trace #219

Closed KostasTsiounis closed 1 week ago

KostasTsiounis commented 1 week ago

The parameter used to indicate the name of the algorithm, whose native implementation's availability is being checked, was incorrectly set to the provider name, leading to incorrect debug trace messages.

Back-ported from: https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/874

Signed-off-by: Kostas Tsiounis kostas.tsiounis@ibm.com

KostasTsiounis commented 1 week ago

FYI @keithc-ca