Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use correct native library on OpenJDK on AIX
It seems System#mapLibraryName from OpenJDK works differently on AIX than OpenJ9. OpenJ9 expands jnidispatch to libjnidispatch.a, while OpenJDK expands it to libjnidispatch.so. This in turn causes the loader to search for the wrong file. java-native-access#1066
- Loading branch information