Skip to content

Commit 67c5150

Browse files
committed
8311285: report some fontconfig related environment variables in hs_err file
Backport-of: 0ef03f122866f010ebf50683097e9b92e41cdaad
1 parent 14614f5 commit 67c5150

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/hotspot/share/utilities/vmError.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ static const char* env_list[] = {
9696
"JAVA_HOME", "JAVA_TOOL_OPTIONS", "_JAVA_OPTIONS", "CLASSPATH",
9797
"PATH", "USERNAME",
9898

99+
"XDG_CACHE_HOME", "XDG_CONFIG_HOME", "FC_LANG", "FONTCONFIG_USE_MMAP",
100+
99101
// Env variables that are defined on Linux/BSD
100102
"LD_LIBRARY_PATH", "LD_PRELOAD", "SHELL", "DISPLAY",
101103
"HOSTTYPE", "OSTYPE", "ARCH", "MACHTYPE",

0 commit comments

Comments
 (0)