8241948: enhance list of environment variables printed in hs_err file

Reviewed-by: dholmes, hseigel
This commit is contained in:
Matthias Baesken 2020-03-31 17:11:30 +02:00
parent 15c3d76a49
commit fc806b6706

View File

@ -86,6 +86,7 @@ const char *env_list[] = {
// Env variables that are defined on Solaris/Linux/BSD
"LD_LIBRARY_PATH", "LD_PRELOAD", "SHELL", "DISPLAY",
"HOSTTYPE", "OSTYPE", "ARCH", "MACHTYPE",
"LANG", "LC_ALL", "LC_CTYPE", "TZ",
// defined on AIX
"LIBPATH", "LDR_PRELOAD", "LDR_PRELOAD64",