mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
jbdiff: remove manual GC invocation from the sort/patch methods
on IDEA-CR-33717
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user