3832c6a520
This fix improves performance of incremental compilation on Windows machines. When portable JPS caches are used, DirtyFilesHolder.getRemovedFiles could return file names which are not allowed on current platform. Previously it resulted in IOException on File.getCanonicalFile. #KT-53735 Fixed