API: Controller.forceGC()

Questions about YourKit Java Profiler
Post Reply
Alexander Jesse
Posts: 14
Joined: Fri Oct 22, 2004 2:54 pm

API: Controller.forceGC()

Post by Alexander Jesse »

What is the semantic of the method Controller.forceGC()?

Is it actively forcing the JVM to do a GarbageCollection? Or is it kindly inviting the JVM to consider doing a Garbage Collection?
Vladimir Kondratyev
Posts: 1626
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

This method is equivalent to System.gc()
Post Reply