Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 40331 invoked from network); 1 Feb 2009 22:20:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2009 22:20:39 -0000 Received: (qmail 1765 invoked by uid 500); 1 Feb 2009 22:20:39 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 1695 invoked by uid 500); 1 Feb 2009 22:20:39 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 1686 invoked by uid 99); 1 Feb 2009 22:20:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Feb 2009 14:20:39 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Feb 2009 22:20:38 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id D9F0A118ED for ; Sun, 1 Feb 2009 22:20:16 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@harmony.apache.org Date: Sun, 01 Feb 2009 22:20:13 -0000 Message-ID: <20090201222013.9339.51397@eos.apache.org> Subject: [Harmony Wiki] Update of "DrlvmCommandLineOptions" by EgorPasko X-Virus-Checked: Checked by ClamAV on apache.org 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 ------------------------------------------------------------------------------ == EM (Execution Manager) == ||'''OPTIONS` `'''|| '''COMMENTS''' || - ||'''`-Xtrace:em`'''|| A commonly-used options to print method compilation events to `stdout`. Helps detect which method failed to compile (not an EM option, but very informative at EM behavior). This option is available in debug build only.|| + ||'''`-Xverbose:em`'''|| A commonly-used options to print method compilation events to `stdout`. Helps detect which method failed to compile (not an EM option, but very informative at EM behavior). This option is available in debug build only.|| - ||'''`-Xtrace:em.JIT_NAME=`'''|| Enables EM output only for a JIT with specified `name`.|| ||'''`-Xem:`'''|| Specify Execution Manager configuration file to use. There is a set of predefined configuration files (`client`, `server`, `opt`, `jet` - please see below). You may also define your own EM configuration file. || ||'''`-Xem:client`'''|| Use optimization sequence for client applications (default EM configuration). || ||'''`-Xem:server`'''|| Use optimization sequence for server applications ('server' mode execution - analogous to `java -server` in `HotSpot`). ||