mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 11:07:43 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
7 lines
320 B
HTML
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> |