Java / Garbage collection
How to identify if GC resulted due to calling System.gc()?
If garbage collection logging is enabled using -verbose:gc, the word System will be printed when GC resulted by invoking System.gc method.
More Related questions...