8283497: [windows] print TMP and TEMP in hs_err and VM.info
Reviewed-by: ysuenaga, dholmes
This commit is contained in:
parent
6ea996c205
commit
b035fda459
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user