What happens when I press the \"Run Garbage Collector\" button in Eclipse? Does it just call System.gc()?
Yes, the System.gc() is called!
System.gc()
Very useful in the Eclipse –>Preferences–>General-> Show heap status
then you can see in the lower right corner the "trash can" to run the Garbage Collector. =)