The Garbage Collection Strategy in KVM

Z. Ning
Abstract:Garbage Collection (GC) is the part designed by the developers themselves in JVM. However, traditional garbage collection techniques lead to long and unpredictable delays. This paper discusses the GC strategy based on embedded systems.We will achieve a non-disruptive reclamation by using generation-based GC.
Computer Science,Engineering,Environmental Science
What problem does this paper attempt to address?