Skip to content

Commit b035fda

Browse files
committed
8283497: [windows] print TMP and TEMP in hs_err and VM.info
Reviewed-by: ysuenaga, dholmes
1 parent 6ea996c commit b035fda

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
@@ -115,7 +115,7 @@ static const char* env_list[] = {
115115
"DYLD_INSERT_LIBRARIES",
116116

117117
// defined on Windows
118-
"OS", "PROCESSOR_IDENTIFIER", "_ALT_JAVA_HOME_DIR",
118+
"OS", "PROCESSOR_IDENTIFIER", "_ALT_JAVA_HOME_DIR", "TMP", "TEMP",
119119

120120
(const char *)0
121121
};

0 commit comments

Comments
 (0)