From dev-return-31848-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Fri Feb 01 09:35:36 2008 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 34358 invoked from network); 1 Feb 2008 09:35:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2008 09:35:36 -0000 Received: (qmail 81752 invoked by uid 500); 1 Feb 2008 09:35:27 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 81219 invoked by uid 500); 1 Feb 2008 09:35:26 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 81210 invoked by uid 99); 1 Feb 2008 09:35:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 01:35:26 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcjhd-harmony-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 09:34:56 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JKsIW-0004G9-7I for dev@harmony.apache.org; Fri, 01 Feb 2008 09:35:00 +0000 Received: from 89.175.165.2 ([89.175.165.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Feb 2008 09:35:00 +0000 Received: from egor.pasko by 89.175.165.2 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Feb 2008 09:35:00 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: dev@harmony.apache.org From: Egor Pasko Subject: Re: [Harmony Wiki] Update of "DrlvmCommandLineOptions" by EgorPasko Date: 01 Feb 2008 12:34:52 +0300 Lines: 71 Message-ID: <0vq1w7xkojn.fsf@gmail.com> References: <20080127220627.19228.50614@eos.apache.org> <479F0F9B.1070506@gmail.com> <0vqd4rklunt.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 89.175.165.2 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 Sender: news X-Virus-Checked: Checked by ClamAV on apache.org On the 0x3DB day of Apache Harmony Nadya Morozova wrote: > BTW, folks, we have a site page for the options. could i suggest that we > edited that page instead? it'd be easier to keep them up to date. > http://harmony.apache.org/cmd_options.html Nadya, I agree to put command line options on the website. In general. this specific change does not add any command line options for Harmony, it rather refers to the build-test system and is rather a draft. I did not invent any good place for it yet. When there are more examples of that type on the wiki we may decide to move it on a separate section of the website. I consider this Wiki as a tool for publishing drafts. > On 29 Jan 2008 14:48:22 +0300, Egor Pasko wrote: > > > On the 0x3DA day of Apache Harmony Tim Ellison wrote: > > > FYI, > > > > > > You'll start to see Wiki updates get posted to the commit list now. > > > I recently fixed the config that was still pointing to the old > > > incubator mailing lists. > > > > > > Just in case you were wondering ;-) > > > > Thanks! nice feature > > > > > Tim > > > > > > Apache Wiki wrote: > > > > Dear Wiki user, > > > > You have subscribed to a wiki page or wiki category on "Harmony > > > > Wiki" for change notification. > > > > The following page has been changed by EgorPasko: > > > > http://wiki.apache.org/harmony/DrlvmCommandLineOptions > > > > > > ------------------------------------------------------------------------------ > > > > ||'''`-XX:gc.lp=/mnt/huge`''' ||Use on Linux to enable (`1`) or > > disable (`0`) using of large pages to utilize TLB more efficiently. Huge > > pages are allocated with the 1mmap1 method. You should specify the mount > > point where `hugetlbfs` is mounted. Use `-verbose:gc.lp` for more > > diagnostics.|| > > > > ||'''`-XX:+gc.remember_root_set`'''||Use to enable a root-set > > caching mode. By default, the copying collector starts evacuating objects as > > soon as it starts receiving roots during root set enumeration. This option > > disables immediate evacuation and ensures no objects are moved until the > > root-set enumeration is complete.|| > > > > + == BuildTest == > > > > + ||'''COMMAND` `'''||'''COMMENTS'''|| > > > > + ||'''`sh build.sh smoke.test -Dtest.mode=jit -Dtest.vmargs="-Xem:server_static"`''' > > ||Run all smoke tests in JIT server_static mode|| > > > > + ||'''`sh build.sh smoke.test -Dtest.mode=jit -Dtest.vmargs="-Xem:server_static" > > -Dtest.case=A`''' ||Run a a single test case from smoke tests in JIT > > server_static mode|| > > > > + > > > > > > > -- > > Egor Pasko > > > > > > > -- > Cheers, > Nadya -- Egor Pasko