8318240: [AIX] Cleaners.java test failure

Reviewed-by: mbaesken, asteiner
This commit is contained in:
Varada M 2023-10-24 12:24:04 +00:00 committed by Matthias Baesken
parent bf1a14e367
commit d4b761242d

View File

@ -104,6 +104,9 @@ public final class SunNativeProvider extends Provider {
// Full path needed, DLL is in jre/bin
StaticProperty.javaHome() + "\\bin\\sspi_bridge.dll",
};
case AIX -> new String[]{
"/opt/freeware/lib64/libgssapi_krb5.so",
};
default -> new String[0];
};
} else {