Skip to content

Commit

Permalink
8233680: JavacFileManager.close() doesn't clear some cache instance v…
Browse files Browse the repository at this point in the history
…ariables

Reviewed-by: jjg
  • Loading branch information
GreenRecycleBin authored and jonathan-gibbons committed Jan 15, 2020
1 parent bdc9d3d commit f0c8046
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -733,6 +733,8 @@ public void close() throws IOException {
container.close();
}
containers.clear();
pathsAndContainersByLocationAndRelativeDirectory.clear();
nonIndexingContainersByLocation.clear();
contentCache.clear();
}

Expand Down

0 comments on commit f0c8046

Please sign in to comment.