Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
8241948: enhance list of environment variables printed in hs_err file
Browse files Browse the repository at this point in the history
Backport-of: fc806b6
  • Loading branch information
Olga Mikhaltsova authored and Yuri Nesterenko committed Apr 9, 2021
1 parent efc81a3 commit 7daf680
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/utilities/vmError.cpp
Expand Up @@ -85,6 +85,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",
Expand Down

1 comment on commit 7daf680

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.