Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 62337 invoked from network); 6 Sep 2006 04:35:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2006 04:35:57 -0000 Received: (qmail 29338 invoked by uid 500); 6 Sep 2006 04:35:56 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 29286 invoked by uid 500); 6 Sep 2006 04:35:56 -0000 Mailing-List: contact harmony-commits-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-commits@incubator.apache.org Received: (qmail 29269 invoked by uid 99); 6 Sep 2006 04:35:56 -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:35:56 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Sep 2006 21:35:53 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A10A2410010 for ; Wed, 6 Sep 2006 04:32:23 +0000 (GMT) Message-ID: <14784056.1157517143656.JavaMail.jira@brutus> Date: Tue, 5 Sep 2006 21:32:23 -0700 (PDT) From: "Evgueni Brevnov (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Created: (HARMONY-1390) DRLVM doesn't work in subdirectory of jre/bin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DRLVM doesn't work in subdirectory of jre/bin --------------------------------------------- Key: HARMONY-1390 URL: http://issues.apache.org/jira/browse/HARMONY-1390 Project: Harmony Issue Type: Bug Components: DRLVM Environment: Win, Linux Reporter: Evgueni Brevnov Attachments: classlib.launcher.patch, drlvm.launcher.patch 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 :-) - Hide quoted text - 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 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira