You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Eugene S. Ostrovsky (JIRA)" <ji...@apache.org> on 2007/06/15 15:30:39 UTC

[jira] Updated: (HARMONY-4069) [drlvm][init] 'java -help', 'java -X' output is very poor

     [ https://issues.apache.org/jira/browse/HARMONY-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eugene S. Ostrovsky updated HARMONY-4069:
-----------------------------------------

    Attachment: H4069-Launcher-passes-help-options-to-VM.patch

Added patch:
  H4069-Launcher-passes-help-options-to-VM.patch

Fix for the issue.

> [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
>         Attachments: H4069-Launcher-passes-help-options-to-VM.patch
>
>
> '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.