[gclist] Garbage Collection

Sanjiv Kumar Gupta sanjivg@noida.hcltech.com
Wed, 20 Feb 2002 09:29:21 +0530


I am trying to understand the implementation of the Kaffe garbage collector.
The first step of the Mark phase there is to wall all root Objects and mark
them as grey. Could anybody tell me what do we mean by root Objects or root
set etc. and why do we start marking from them.

Regards
Sanjiv

-----Original Message-----
From: will@ccs.neu.edu [mailto:will@ccs.neu.edu]
Sent: Wednesday, February 20, 2002 12:36 AM
To: gclist-owner@lists.iecc.com; gclist@lists.iecc.com
Subject: Re: [gclist] Garbage Collection


> I wanted
> to know if anybody on this list had worked on the gc of hotspot 1.3.1
virtual
> machine or if anybody has the source of information on the source code of
the
> current implementation of hotspot jvm.

The source code for the garbage collector in the Hotspot JVM
is the intellectual property of Sun Microsystems.  It is not
available to the general public.

Will