Integrated: JDK-8293659: Improve UnsatisfiedLinkError error message to include dlopen error details

Matthias Baesken mbaesken at openjdk.org
Wed Sep 21 11:35:06 UTC 2022


On Thu, 15 Sep 2022 11:54:41 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> When trying to load a x64 lib on macOS aarch64 one got previously this detailed message before [JDK-8275703](https://bugs.openjdk.org/browse/JDK-8275703):
> 
> java.lang.UnsatisfiedLinkError: /testing/jco3/macOsx64/libsapjco3.dylib: dlopen(/testing/jco3/macOsx64/libsapjco3.dylib, 1): no suitable image found. Did find:

This pull request has now been integrated.

Changeset: da4fdfbb
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/da4fdfbbf4ba72ddaf4f27d95f71e95b7ebf8cc1
Stats:     15 lines in 1 file changed: 14 ins; 0 del; 1 mod

8293659: Improve UnsatisfiedLinkError error message to include dlopen error details

Reviewed-by: mchung, lucy

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

PR: https://git.openjdk.org/jdk/pull/10286


More information about the core-libs-dev mailing list