You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Evgueni Brevnov (JIRA)" <ji...@apache.org> on 2006/10/30 13:33:19 UTC

[jira] Updated: (HARMONY-2006) [drlvm + classlib] Wrong exit code in case of uncaught exception

     [ http://issues.apache.org/jira/browse/HARMONY-2006?page=all ]

Evgueni Brevnov updated HARMONY-2006:
-------------------------------------

    Component/s: DRLVM

> [drlvm + classlib] Wrong exit code in case of uncaught exception
> ----------------------------------------------------------------
>
>                 Key: HARMONY-2006
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2006
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: All
>            Reporter: Evgueni Brevnov
>            Priority: Minor
>
>   Tony Wu  <wu...@gmail.com> to harmony-dev 
>   More options   10:03 am (9 hours ago) 
> Consider this class,
> public class TestExeReturn {
>    public static void main(String[] args) throws Exception {
>        throw new Exception();
>    }
> }
> when we run "java TestExeReturn" and "echo %errorlevel%", we got 1 of
> RI, -1 of DRLVM and 0 for IBMVM.
> a testcase of apache ant failed for this issue.
> --
> Tony Wu
> China Software Development Lab, IBM
> I've fixed the above problem in DRLVM. That also require fixing classlib's code. Namely, I have slightly modified the launcher. Two separate patches were created. One for DRLVM another for classlib. Tests passed on Win2003, SUSE9 with both patches applied.
> Thanks
> Evgueni

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira