Skip to content

Commit 34ed681

Browse files
committed
8283497: [windows] print TMP and TEMP in hs_err and VM.info
Backport-of: b035fda459284fa130bf936743a8579a6888160b
1 parent 319309e commit 34ed681

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
@@ -96,7 +96,7 @@ const char *env_list[] = {
9696
"DYLD_INSERT_LIBRARIES",
9797

9898
// defined on Windows
99-
"OS", "PROCESSOR_IDENTIFIER", "_ALT_JAVA_HOME_DIR",
99+
"OS", "PROCESSOR_IDENTIFIER", "_ALT_JAVA_HOME_DIR", "TMP", "TEMP",
100100

101101
(const char *)0
102102
};

0 commit comments

Comments
 (0)