The Concurrent Mark Sweep Garbage collector is the default garbage collector that is delivered with Java 1.4.1, 5, 6 and 7. It is also known as the CMS Garbage collector.
To launch the JVM with this Garbage Collector you can add this property to the java command line -XX:-UseConcMarkSweepGC [1]