Skip to content

Commit ab2f61e

Browse files
committed
8283497: [windows] print TMP and TEMP in hs_err and VM.info
Backport-of: b035fda459284fa130bf936743a8579a6888160b
1 parent 06c955a commit ab2f61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/utilities/vmError.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ static const char* env_list[] = {
111111
"DYLD_INSERT_LIBRARIES",
112112

113113
// defined on Windows
114-
"OS", "PROCESSOR_IDENTIFIER", "_ALT_JAVA_HOME_DIR",
114+
"OS", "PROCESSOR_IDENTIFIER", "_ALT_JAVA_HOME_DIR", "TMP", "TEMP",
115115

116116
(const char *)0
117117
};

0 commit comments

Comments
 (0)