Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 80861 invoked from network); 4 Oct 2006 06:19:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Oct 2006 06:19:20 -0000 Received: (qmail 42473 invoked by uid 500); 4 Oct 2006 06:19:12 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 42412 invoked by uid 500); 4 Oct 2006 06:19:11 -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 42381 invoked by uid 99); 4 Oct 2006 06:19:11 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Oct 2006 23:19:11 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=ivavladimir@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [66.249.82.238] ([66.249.82.238:44914] helo=wx-out-0506.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 2E/7E-00170-55253254 for ; Tue, 03 Oct 2006 23:19:02 -0700 Received: by wx-out-0506.google.com with SMTP id s13so81879wxc for ; Tue, 03 Oct 2006 23:18:57 -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:references; b=gtIVmrjFAW9F+rqnbhkNM579gjdHIeRWf7SV+dHueUJP2XYp7TsNvxIWV61DzGXCdM/XGIX9+6ObbcOAe3PC34JCrYSW2L4c8uq1izkoB/sR6y4MStgulletCXwwWf0fQpsG34XYfuqcORxk8Fi4/3CFq4CywxfdBTLP6YJDPT4= Received: by 10.70.109.9 with SMTP id h9mr439815wxc; Tue, 03 Oct 2006 23:18:56 -0700 (PDT) Received: by 10.70.51.13 with HTTP; Tue, 3 Oct 2006 23:18:56 -0700 (PDT) Message-ID: <7273946b0610032318p54618f84kea8d9c10d15f61b1@mail.gmail.com> Date: Wed, 4 Oct 2006 13:18:56 +0700 From: "Vladimir Ivanov" To: harmony-dev@incubator.apache.org Subject: Re: [drlvm] DRLVM, jre/bin/default and launcher In-Reply-To: <44FC4A77.6010801@googlemail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_74498_24348210.1159942736899" References: <44F6D256.9090107@pobox.com> <6928c5160609040703n14251f85gd484e7a22a210b5f@mail.gmail.com> <44FC4A77.6010801@googlemail.com> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_74498_24348210.1159942736899 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline As we know the current IBM VM does not support all 'standard' java options. IBM VM peoples, could you give some expectation when this support will be available (1 month, 3 or 6 ...)? thanks, Vladimir The standard options from my point of view are (without deprecated): tmp>java Usage: java [-options] class [args...] (to execute a class) or java [-options] -jar jarfile [args...] (to execute a jar file) where options include: -client to select the "client" VM -server to select the "server" VM -hotspot is a synonym for the "client" VM [deprecated] The default VM is client. -cp -classpath A ; separated list of directories, JAR archives, and ZIP archives to search for class files. -D= set a system property -verbose[:class|gc|jni] enable verbose output -version print product version and exit -version: require the specified version to run -showversion print product version and continue -jre-restrict-search | -jre-no-restrict-search include/exclude user private JREs in the version search -? -help print this help message -X print help on non-standard options -ea[:...|:] -enableassertions[:...|:] enable assertions -da[:...|:] -disableassertions[:...|:] disable assertions -esa | -enablesystemassertions enable system assertions -dsa | -disablesystemassertions disable system assertions On 9/4/06, Oliver Deakin 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. > > > > The Harmony launcher looks for harmonyvm.dll as its default vm library. > It's just a generic > name so that the launcher can find the correct library without -vm. The > IBM VME also > contains a harmonyvm.dll, which is why it works without specifying > command line options > > Regards, > Oliver > > > > >> 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 > > > > > > > > -- > Oliver Deakin > IBM United Kingdom Limited > > > --------------------------------------------------------------------- > 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 > > ------=_Part_74498_24348210.1159942736899--