From harmony-dev-return-12883-apmail-incubator-harmony-dev-archive=incubator.apache.org@incubator.apache.org Wed Sep 06 04:38:23 2006 Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 62642 invoked from network); 6 Sep 2006 04:38:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2006 04:38:06 -0000 Received: (qmail 29961 invoked by uid 500); 6 Sep 2006 04:38:00 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 29904 invoked by uid 500); 6 Sep 2006 04:38:00 -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 29893 invoked by uid 99); 6 Sep 2006 04:38:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Sep 2006 21:38:00 -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 (asf.osuosl.org: domain of evgueni.brevnov@gmail.com designates 66.249.82.230 as permitted sender) Received: from [66.249.82.230] (HELO wx-out-0506.google.com) (66.249.82.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Sep 2006 21:37:56 -0700 Received: by wx-out-0506.google.com with SMTP id s13so2546566wxc for ; Tue, 05 Sep 2006 21:37:36 -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=IP3TaKpW0xtCTpUtu5EG6RuvUzAbrYPLPslETqtD9tXDvzZkp5eQFAxw1DzjlwhSU5cLbAf94QKs/AoNtGLFIPoZr8PvDPoj3fMsY/qBhEO4Js43Dhdjqf5Vuzc11B/WjMb1o4AmcHP42AhlKg8ki6hOKFZ5VIhFNuNnwz67Gak= Received: by 10.90.100.6 with SMTP id x6mr372421agb; Tue, 05 Sep 2006 21:37:36 -0700 (PDT) Received: by 10.90.63.14 with HTTP; Tue, 5 Sep 2006 21:37:35 -0700 (PDT) Message-ID: Date: Wed, 6 Sep 2006 11:37:35 +0700 From: "Evgueni Brevnov" To: harmony-dev@incubator.apache.org, geir@pobox.com Subject: Re: [drlvm] DRLVM, jre/bin/default and launcher 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: <44F6D256.9090107@pobox.com> <6928c5160609040703n14251f85gd484e7a22a210b5f@mail.gmail.com> <44FC5C6F.3020806@pobox.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Geir, It seems not all of us are able to see my attachments :-( I've created new jira HARMONY-1390 with attachments. Thanks Evgueni. On 9/6/06, Evgueni Brevnov wrote: > HI All, > > Good news! I have a patch to run DRLVM with the classlib's launcher > (I've checked Hello and Eclipse applications on Windows only). > Actually, there are two patches. The first one is for classlib which > changes vm default directory to drlvm. The second one is for build > system and VM itself. Unfortunatelly, it is impossible to eliminate > all problems in a short period of time. There is still a bunch of work > in initialization and jni modules. So this patch is just a one more > step to our goal. > > The vm patch is quite heavy so I attach it and classlib patch. > Hope it will work not only for me :-) > > > On 9/5/06, Geir Magnusson Jr. wrote: > > > > > > Salikh Zakirov wrote: > > > Andrey Chernyshev wrote: > > >> 1. Fix the DRLVM layout - rename vmcore to "harmonyvm" and move > > >> ..dll/.so into the "default" subdirectory such that one doesn't have to > > >> type -vm and -vmdir options; > > > > > > While would you want to rename DRLVM to Harmony VM? > > > It feels to me like claiming DRLVM to be "the only" Harmony VM. > > > On the contrary, I thought Harmony project is about *encouraging* diversity. > > > > > > I think having library named libdrlvm.so would be much better. > > > > No - the launcher picks up the vm from "harmonyvm.dll" (or .so) so > > that's what we'll name it. > > > > Then it makes it easy. put J9 in jre/bin/j9 and drlvm in jre/bin/drlvm > > and then > > > > java -vmdir:j9 > > > > or > > > > java -vmdir:drlvm > > > > > > etc > > > > geir > > > > > > > >> 2. Exclude building of the "original" launcher from the DRLVM build - > > >> it currently conflicts with the classlib launcher (both are called > > >> "java"). > > >> > > >> 3. Aside from the hythread, it may also have a sense to make the > > >> classlib and DRLVM using the same zlib dll/so (preferably the system > > >> one). > > > > > > > > > --------------------------------------------------------------------- > > > Terms of use : http://incubator.apache.org/harmony/mailing.html > > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > > > > > > --------------------------------------------------------------------- > > Terms of use : http://incubator.apache.org/harmony/mailing.html > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > > > > > > --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org