diff --git a/substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/image/sources/SourceManager.java b/substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/image/sources/SourceManager.java index 87bf7637bef1..f3d3e7c7a45e 100644 --- a/substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/image/sources/SourceManager.java +++ b/substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/image/sources/SourceManager.java @@ -159,7 +159,7 @@ private static Path computePrototypeName(String fileName, String packageName) { * A map from a Java type to an associated source paths which is known to have an up to date * entry in the relevant source file cache. This is used to memoize previous lookups. */ - private static final ConcurrentHashMap verifiedPaths = new ConcurrentHashMap<>(); + private final ConcurrentHashMap verifiedPaths = new ConcurrentHashMap<>(); /** * An invalid path used as a marker to track failed lookups so we don't waste time looking up