Skip to content

Commit 0ef03f1

Browse files
committed
8311285: report some fontconfig related environment variables in hs_err file
Reviewed-by: clanger, stuefe
1 parent 92ca670 commit 0ef03f1

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
@@ -106,6 +106,8 @@ static const char* env_list[] = {
106106
"JAVA_HOME", "JAVA_TOOL_OPTIONS", "_JAVA_OPTIONS", "CLASSPATH",
107107
"PATH", "USERNAME",
108108

109+
"XDG_CACHE_HOME", "XDG_CONFIG_HOME", "FC_LANG", "FONTCONFIG_USE_MMAP",
110+
109111
// Env variables that are defined on Linux/BSD
110112
"LD_LIBRARY_PATH", "LD_PRELOAD", "SHELL", "DISPLAY",
111113
"HOSTTYPE", "OSTYPE", "ARCH", "MACHTYPE",

0 commit comments

Comments
 (0)