Skip to content

Commit 79ce5fe

Browse files
kiwi1969tzezula
authored andcommitted
Update InternalResourceRoots.java for z/OS
(cherry picked from commit 74e4910)
1 parent 858bb3b commit 79ce5fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

truffle/src/com.oracle.truffle.polyglot/src/com/oracle/truffle/polyglot/InternalResourceRoots.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ private static ResolvedCacheFolder findCacheRootDefault() {
339339
yield userCacheDir;
340340
}
341341
case WINDOWS -> new ResolvedCacheFolder(userHome.resolve(Path.of("AppData", "Local")), "user home", userHome);
342+
case ZOS -> new ResolvedCacheFolder(userHome.resolve(".cache"), "user home", userHome);
342343
};
343344
return container.resolve("org.graalvm.polyglot");
344345
}

0 commit comments

Comments
 (0)