Files
2025-02-05 04:43:28 +00:00

7 lines
320 B
HTML

<html>
<body>
Reports <code>System.gc()</code> or <code>Runtime.gc()</code> calls.
While occasionally useful in testing, explicitly triggering garbage collection via <code>System.gc()</code> is almost never recommended in production code and can result in serious performance issues.
<!-- tooltip end -->
</body>
</html>