We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e0e9e commit e14801cCopy full SHA for e14801c
src/hotspot/os/linux/os_linux.cpp
@@ -412,7 +412,7 @@ void os::init_system_properties_values() {
412
// ...
413
// 7: The default directories, normally /lib and /usr/lib.
414
#ifndef OVERRIDE_LIBPATH
415
- #if defined(AMD64) || (defined(_LP64) && defined(SPARC)) || defined(PPC64) || defined(S390)
+ #if defined(_LP64)
416
#define DEFAULT_LIBPATH "/usr/lib64:/lib64:/lib:/usr/lib"
417
#else
418
#define DEFAULT_LIBPATH "/lib:/usr/lib"
0 commit comments