changeset 51875:5dd9f3ac52a4

8210961: [aix] enhance list of environment variables reported in error log file on AIX Reviewed-by: clanger, simonis
author mbaesken
date Thu, 20 Sep 2018 13:59:39 +0200
parents 91fd24cf57d5
children b177af763b82
files src/hotspot/share/utilities/vmError.cpp
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/hotspot/share/utilities/vmError.cpp	Fri Sep 21 12:29:46 2018 +0200
+++ b/src/hotspot/share/utilities/vmError.cpp	Thu Sep 20 13:59:39 2018 +0200
@@ -84,6 +84,9 @@
   "LD_LIBRARY_PATH", "LD_PRELOAD", "SHELL", "DISPLAY",
   "HOSTTYPE", "OSTYPE", "ARCH", "MACHTYPE",
 
+  // defined on AIX
+  "LIBPATH", "LDR_PRELOAD", "LDR_PRELOAD64",
+
   // defined on Linux
   "LD_ASSUME_KERNEL", "_JAVA_SR_SIGNUM",