ABSTRACT

Stop-the-world (STW) garbage collection (GC) has an obvious shortcoming. e application has to be paused during the collection. is is a problem in server system where transaction processing latency is critical to business, and it is also not welcome in the client system where responsiveness is critical to user interaction. Reducing the collection pause time is one of the hottest topics in the GC community.