Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8284754: print more interesting env variables in hs_err and VM.info
Backport-of: 8ee2944cc404d4d53d0f94b56dd52111fd31cc39
  • Loading branch information
MBaesken committed Jun 14, 2022
1 parent 372af6a commit 68f6fbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hotspot/share/utilities/vmError.cpp
Expand Up @@ -85,7 +85,8 @@ 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",
"LANG", "LC_ALL", "LC_CTYPE", "LC_NUMERIC", "LC_TIME",
"TERM", "TMPDIR", "TZ",

// defined on Linux
"LD_ASSUME_KERNEL", "_JAVA_SR_SIGNUM",
Expand Down

1 comment on commit 68f6fbb

@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.