QuackatronHQ / Gigarepo

Explicit invocation of garbage collection is detrimental apart from some benchmarking use cases JAVA-P0065
Performance
Major
a month ago2 years old
 73            throw new RuntimeException(e);
 74        }
 75
 76        System.gc(); 77        resp.setStatus(200);
 78    }
 79