You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Gregory Shimansky (JIRA)" <ji...@apache.org> on 2006/12/01 15:49:23 UTC

[jira] Assigned: (HARMONY-2394) [drlvm][verifier] VM throws VerifyError when uninitialized object is used in aload/astore instructions

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

Gregory Shimansky reassigned HARMONY-2394:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][verifier] VM throws VerifyError when uninitialized object is used in aload/astore instructions
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2394
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2394
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Rebriy
>         Assigned To: Gregory Shimansky
>         Attachments: uninitialized_test.zip, verifier_uninitialized_usage.patch
>
>
> According to Java Specification uninitialized class instance can occur in a local variable if no backward branch is taken and code isn't protected by an exception handler.
> At present verifier rejects storing or loading uninitialized class instance to a local variable. The patch of the issue corrects uninitialized class instance usage.

-- 
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