Back to Intellij Community

SystemGC

java/java-impl/resources/inspectionDescriptions/SystemGC.html

2025.3-rc-2236 B
Original Source

Reports System.gc() or Runtime.gc() calls. While occasionally useful in testing, explicitly triggering garbage collection via System.gc() is almost never recommended in production code and can result in serious performance issues.