Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 67794 invoked from network); 28 Oct 2006 04:28:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Oct 2006 04:28:49 -0000 Received: (qmail 27383 invoked by uid 500); 28 Oct 2006 04:28:53 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 27347 invoked by uid 500); 28 Oct 2006 04:28:53 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 27328 invoked by uid 99); 28 Oct 2006 04:28:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Oct 2006 21:28:53 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of xiaofeng.li@gmail.com designates 64.233.182.187 as permitted sender) Received: from [64.233.182.187] (HELO nf-out-0910.google.com) (64.233.182.187) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Oct 2006 21:28:41 -0700 Received: by nf-out-0910.google.com with SMTP id m18so1518857nfc for ; Fri, 27 Oct 2006 21:28:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cAtlC7c8/h0eaznA5OyO3cIWiGBVPi6IUOB1QqaLhLCdv2bD0T+gx14hSQEc6ijKv0kpDhAVIRXvCGtDXy2/KbyVibl7zRaVd0bhMMwZffpQ0Zv1hLzwpSR5xE8OIU10YXJ7mqWlLraexWfaHdSGW0XbwzPCGPfWQpzuTXcJMfI= Received: by 10.78.201.10 with SMTP id y10mr748936huf; Fri, 27 Oct 2006 21:28:20 -0700 (PDT) Received: by 10.78.154.18 with HTTP; Fri, 27 Oct 2006 21:28:20 -0700 (PDT) Message-ID: <9623c9a50610272128p1bd7d2aavb338648e87d26831@mail.gmail.com> Date: Sat, 28 Oct 2006 12:28:20 +0800 From: "Xiao-Feng Li" To: harmony-dev@incubator.apache.org Subject: Re: [drlvm][build] Where to put mmtk.jar? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9623c9a50610261728s50f455ccyebafa97612cab67a@mail.gmail.com> <4dd1f3f00610262147i46022698m8107426b63c13360@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 10/27/06, Mikhail Fursov wrote: > On 10/27/06, Weldon Washburn wrote: > > > > On 10/26/06, Xiao-Feng Li wrote: > > > > > > Hi, Mikhail, would you please educate me why this helper inlining work > > > depends on mmtk.jar? If only the unboxed classes are used, why can't > > > we write a simple replacement? That's just easy. > > > > > > Agreed its real easy to do. But I for one would like Harmony to stay as > > close to MMTk standard interfaces as possible. And the best way to do > > that > > is download their *.class files. Otherwise 3 years from now the world > > will > > have MMTk vmmagic and Harmony vmmagic that are not identical. > > > +1 > This also will attract MMTk developers to our project. As Robin said our > project has VM, compiler, classlib and everything else needed for J2SE in > the same place. So we are more flexible for experiments then any other open > Java platform I know. Agree. As long as we have API documentation available for helper developers, this is a good solution. Thanks, xiaofeng > -- > Mikhail Fursov > >