mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8271737: Only normalize the cached user.dir property once
Reviewed-by: phh
This commit is contained in:
parent
89999f70e0
commit
b8bd259bb8
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ class WinNTFileSystem extends FileSystem {
|
|||
if (sm != null) {
|
||||
sm.checkPropertyAccess("user.dir");
|
||||
}
|
||||
return normalize(userDir);
|
||||
return userDir;
|
||||
}
|
||||
|
||||
private String getDrive(String path) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue