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/11 16:18:23 UTC

[jira] Resolved: (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 resolved HARMONY-2394.
----------------------------------------

    Resolution: Fixed

Patch applied at 485699. Please check that it was applied as expected.

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