Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 54827 invoked from network); 8 Mar 2007 15:54:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Mar 2007 15:54:14 -0000 Received: (qmail 93114 invoked by uid 500); 8 Mar 2007 15:54:20 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 93064 invoked by uid 500); 8 Mar 2007 15:54:19 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 93007 invoked by uid 99); 8 Mar 2007 15:54:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2007 07:54:19 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: 216.86.168.178 is neither permitted nor denied by domain of geir@pobox.com) Received: from [216.86.168.178] (HELO mxout-03.mxes.net) (216.86.168.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2007 07:54:07 -0800 Received: from [192.168.1.104] (unknown [67.86.14.213]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 4CC5251984 for ; Thu, 8 Mar 2007 10:53:45 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <99904aff0703080618w5412b6b6i88d0de60e2668ea9@mail.gmail.com> References: <99904aff0703080618w5412b6b6i88d0de60e2668ea9@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <082FB59E-D750-4DDA-A3D0-5DFFF194F468@pobox.com> Content-Transfer-Encoding: 7bit From: "Geir Magnusson Jr." Subject: Re: [DRLVM] How to launch my GC? Date: Thu, 8 Mar 2007 10:53:44 -0500 To: dev@harmony.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org Cool! Cool! Cool! Can I ask where you are a student? geir On Mar 8, 2007, at 9:18 AM, Katja Sh wrote: > Hi all, > I'm just a student writing my course work, my intent is to write a > GC and > run it within Harmony. > GC module is written and built together with DRLVM on Linux. > The question is: how to make VM to launch and use my GC? I guess > there are > some magic VM startup keys, but I cannot find it. > Please help! > > Thank you in advance.