Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 74697 invoked from network); 6 Jun 2007 11:36:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jun 2007 11:36:49 -0000 Received: (qmail 73433 invoked by uid 500); 6 Jun 2007 11:36:52 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 73404 invoked by uid 500); 6 Jun 2007 11:36:52 -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 73361 invoked by uid 99); 6 Jun 2007 11:36:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 04:36:51 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 04:36:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8300E71418E for ; Wed, 6 Jun 2007 04:36:26 -0700 (PDT) Message-ID: <26347203.1181129786533.JavaMail.jira@brutus> Date: Wed, 6 Jun 2007 04:36:26 -0700 (PDT) From: "Elena Sayapina (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-4069) [drlvm][init] 'java -help', 'java -X' output is very poor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [drlvm][init] 'java -help', 'java -X' output is very poor --------------------------------------------------------- Key: HARMONY-4069 URL: https://issues.apache.org/jira/browse/HARMONY-4069 Project: Harmony Issue Type: Bug Components: DRLVM Reporter: Elena Sayapina 'java -help', 'java -X' output is very poor in comparison with RI. Help options give very little information and it make worse Harmony usability. It looks like existing print_generic_help() and print_help_on_nonstandard_options() from vmcore/src/init/parse_arguments.cpp are not used. 'java -help' output on Harmony-r544727: Harmony Java launcher Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable. java [-vm:vmdll -vmdir:dir -D... [-X...]] [args] 'java -X' output on Harmony-r544727: Harmony Java launcher Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable. java [-vm:vmdll -vmdir:dir -D... [-X...]] [args] Similar issue HARMONY-3876 was closed recently, but it looks like it was partially fixed: only returning value was corrected. Please, see also HARMONY-3409 concerning 'java -XX' . -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.