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); memoryBar.setToolTipText(msg);
// progressBar.repaint(); // progressBar.repaint();
// // CarlosRuiz - globalqss - [ 1881285 ] Remove unnecessary calls to System.gc
if (percent > 50) // if (percent > 50)
System.gc(); // System.gc();
// Requests // Requests
int requests = getRequests(); int requests = getRequests();