Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 11319 invoked from network); 4 Oct 2006 08:04:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Oct 2006 08:04:11 -0000 Received: (qmail 66636 invoked by uid 500); 4 Oct 2006 08:04:07 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 66596 invoked by uid 500); 4 Oct 2006 08:04:07 -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 66585 invoked by uid 99); 4 Oct 2006 08:04:07 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Oct 2006 01:04:07 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=ivan.g.popov@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [64.233.182.184] ([64.233.182.184:32930] helo=nf-out-0910.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 3A/41-00170-0EA63254 for ; Wed, 04 Oct 2006 01:03:47 -0700 Received: by nf-out-0910.google.com with SMTP id x4so420633nfb for ; Wed, 04 Oct 2006 01:03:26 -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=Q0zl0iN2fMZw3W+zIa5Lxaz/v+ecL3OY/72G46DQg5LpeChNQ8xrXnzIIKr4p3ZiKepUf7PxDqbF2entN54rP5Y9mHkakuyOrErfJxncxH6O+Tio9tfy5O3JDOwIY8+DXt7lBvT2IhF1jU65ucTWzZhrQLz4Da1wqSwrPkX8aGg= Received: by 10.82.136.4 with SMTP id j4mr15262bud; Wed, 04 Oct 2006 01:03:26 -0700 (PDT) Received: by 10.82.167.14 with HTTP; Wed, 4 Oct 2006 01:03:26 -0700 (PDT) Message-ID: Date: Wed, 4 Oct 2006 15:03:26 +0700 From: "Ivan Popov" To: harmony-dev@incubator.apache.org Subject: Re: [drlvm] DRLVM, jre/bin/default and launcher In-Reply-To: <7273946b0610032318p54618f84kea8d9c10d15f61b1@mail.gmail.com> 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> <44FC4A77.6010801@googlemail.com> <7273946b0610032318p54618f84kea8d9c10d15f61b1@mail.gmail.com> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N J2SE documentation explicitely mention standard and non-standard but well-known option for 'java' tool in [1] and [2]. I think it makes sense to follow this description rather than help message, they are not equal. [1] http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/java.html [2] http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/java.html Ivan. On 10/4/06, Vladimir Ivanov wrote: > 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 > > > > > > --------------------------------------------------------------------- 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