Moved incremental cache API to separate package.
This commit is contained in:
@@ -79,7 +79,7 @@ public class ClassPreloadingUtils {
|
||||
public Class<?> loadClass(String name) throws ClassNotFoundException {
|
||||
// When compiler is invoked from JPS, we should use loaded incremental cache interface from its class loader,
|
||||
// because implementation is loaded from it, as well
|
||||
if (name.startsWith("org.jetbrains.jet.lang.resolve.kotlin.incremental.cache.IncrementalCache")) {
|
||||
if (name.startsWith("org.jetbrains.jet.lang.resolve.kotlin.incremental.cache.")) {
|
||||
if (parent == null) {
|
||||
return super.loadClass(name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user