Throughput Collector

  • Similar to Serial Garbage Collector but uses multiple threads for garbage collection.
  • Also freezes application threads during collection.
  • Default in Java 8.