jbdiff: remove manual GC invocation from the sort/patch methods

on IDEA-CR-33717
This commit is contained in:
Sergey Ignatov
2018-09-25 15:18:25 +03:00
parent dd4790d043
commit 57173f96d8

View File

@@ -217,7 +217,6 @@ public class JBDiff {
//noinspection UnusedAssignment
V = null;
System.gc();
}
/**
@@ -409,7 +408,6 @@ public class JBDiff {
//noinspection UnusedAssignment
I = null;
System.gc();
/* Write diff block */
@SuppressWarnings("IOResourceOpenedButNotSafelyClosed") GZIPOutputStream dbOut = new GZIPOutputStream(diffOut);