FR [ 1881285 ] Remove unnecessary calls to System.gc

This commit is contained in:
Carlos Ruiz 2008-01-28 17:25:54 +00:00
parent 1bb51b88d8
commit 5fc29bd7ad
2 changed files with 89 additions and 89 deletions

View File

@ -651,9 +651,9 @@ public final class AMenu extends CFrame
memoryBar.setToolTipText(msg);
// progressBar.repaint();
//
if (percent > 50)
System.gc();
// CarlosRuiz - globalqss - [ 1881285 ] Remove unnecessary calls to System.gc
// if (percent > 50)
// System.gc();
// Requests
int requests = getRequests();