RFR: JDK-8334217 : [AIX] Misleading error messages after JDK-8320005 [v2]

Joachim Kern jkern at openjdk.org
Fri Jun 28 09:30:21 UTC 2024


On Fri, 28 Jun 2024 08:51:46 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> Are these strings not locale dependent? How would this work with a different locale?

In principle this might be the case, but our special code does the existence check beforehand (you know the 'loading a dll twice without getting a new handle') and this check returns the string as is. See `Aix_dlopen()` in porting_aix.cpp.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/19887#issuecomment-2196497247


More information about the hotspot-runtime-dev mailing list