Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 36550 invoked from network); 12 Jan 2007 13:02:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jan 2007 13:02:10 -0000 Received: (qmail 62842 invoked by uid 500); 12 Jan 2007 13:02:16 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 62821 invoked by uid 500); 12 Jan 2007 13:02:16 -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 62812 invoked by uid 99); 12 Jan 2007 13:02:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jan 2007 05:02:16 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jan 2007 05:01:17 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 120781A981A; Fri, 12 Jan 2007 05:00:16 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r495565 - /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/parse_arguments.cpp Date: Fri, 12 Jan 2007 13:00:15 -0000 To: commits@harmony.apache.org From: gshimansky@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070112130016.120781A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gshimansky Date: Fri Jan 12 05:00:15 2007 New Revision: 495565 URL: http://svn.apache.org/viewvc?view=rev&rev=495565 Log: Updated options help after HARMONY-2755 was committed Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/parse_arguments.cpp Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/parse_arguments.cpp URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/parse_arguments.cpp?view=diff&rev=495565&r1=495564&r2=495565 ============================================================================== --- harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/parse_arguments.cpp (original) +++ harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/parse_arguments.cpp Fri Jan 12 05:00:15 2007 @@ -110,6 +110,8 @@ " load JVMTI agent library, library name is platform dependent\n" " -verify\n" " do full bytecode verification\n" + " -noverify\n" + " do no bytecode verification\n" " -enableassertions[:...|:]\n" " -ea[:...|:]\n" " enable assertions\n"