We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3c8ab commit 912d73eCopy full SHA for 912d73e
substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/image/NativeImageDebugInfoProvider.java
@@ -244,7 +244,7 @@ private static ResolvedJavaType getOriginal(ResolvedJavaType javaType) {
244
return null;
245
}
246
247
- private static final Path cachePath = SubstrateOptions.getDebugInfoSourceCacheRoot();
+ private final Path cachePath = SubstrateOptions.getDebugInfoSourceCacheRoot();
248
249
private abstract class NativeImageDebugFileInfo implements DebugFileInfo {
250
private Path fullFilePath;
0 commit comments