Root set

Any tracing garbage collector starts out with a set of objects that are reachable "from the beginning". This usually means the objects present in registers and on the local stack frame in the thread context of the Java threads that are stopped for garbage collection. The root set also contains global data, such as objects in static fields.

See also Livemap and Tracing garbage collection.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.143.239.44