8283497: [windows] print TMP and TEMP in hs_err and VM.info

Reviewed-by: ysuenaga, dholmes
This commit is contained in:
Thomas Stuefe 2022-03-23 06:06:51 +00:00
parent 6ea996c205
commit b035fda459

View File

@ -115,7 +115,7 @@ static const char* env_list[] = {
"DYLD_INSERT_LIBRARIES",
// defined on Windows
"OS", "PROCESSOR_IDENTIFIER", "_ALT_JAVA_HOME_DIR",
"OS", "PROCESSOR_IDENTIFIER", "_ALT_JAVA_HOME_DIR", "TMP", "TEMP",
(const char *)0
};