This is the default GC algorithm in JDK 8. It is a simple, single-threaded, stop-the-world algorithm that uses a mark-sweep-compact approach. It is suitable for small applications or applications with a small amount of data.
Popularity
1/10 Helpfulness
1/10
Language whatever
Register to vote on and add code examples. Join our developer community to improve your dev skills and code like a boss!
No Good?
Help us improve our code examples by registering to vote on and add answers. Join our developer community to improve your dev skills and code like a boss!