8269668: [aarch64] java.library.path not including /usr/lib64

Reviewed-by: aph, dholmes
This commit is contained in:
Severin Gehwolf 2021-07-05 08:01:51 +00:00
parent 97e0e9e73d
commit e14801cdd9

@ -412,7 +412,7 @@ void os::init_system_properties_values() {
// ...
// 7: The default directories, normally /lib and /usr/lib.
#ifndef OVERRIDE_LIBPATH
#if defined(AMD64) || (defined(_LP64) && defined(SPARC)) || defined(PPC64) || defined(S390)
#if defined(_LP64)
#define DEFAULT_LIBPATH "/usr/lib64:/lib64:/lib:/usr/lib"
#else
#define DEFAULT_LIBPATH "/lib:/usr/lib"