You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vera Volynets (JIRA)" <ji...@apache.org> on 2007/02/27 12:14:05 UTC

[jira] Created: (HARMONY-3248) [drlvm][classloader] Unexpected assertion failed in case of class format error in LVT

[drlvm][classloader] Unexpected assertion failed in case of class format error in LVT
-------------------------------------------------------------------------------------

                 Key: HARMONY-3248
                 URL: https://issues.apache.org/jira/browse/HARMONY-3248
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: all
            Reporter: Vera Volynets
            Priority: Minor


During class file parser improvements I forgot to add return false statement after reporting ClassFormatError.
That's why unexpected assertion fails.
The test reproducing bug and patch to fix it are attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-3248) [drlvm][classloader] Unexpected assertion failed in case of class format error in LVT

Posted by "Vera Volynets (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vera Volynets updated HARMONY-3248:
-----------------------------------

    Attachment: local_var_test.zip

To run test:
java.exe test

> [drlvm][classloader] Unexpected assertion failed in case of class format error in LVT
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3248
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3248
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: all
>            Reporter: Vera Volynets
>            Priority: Minor
>         Attachments: local_var_test.zip, wrong_LVT_report_20070227.patch
>
>
> During class file parser improvements I forgot to add return false statement after reporting ClassFormatError.
> That's why unexpected assertion fails.
> The test reproducing bug and patch to fix it are attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-3248) [drlvm][classloader] Unexpected assertion failed in case of class format error in LVT

Posted by "Vera Volynets (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vera Volynets updated HARMONY-3248:
-----------------------------------

    Attachment: wrong_LVT_report_20070227.patch

> [drlvm][classloader] Unexpected assertion failed in case of class format error in LVT
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3248
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3248
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: all
>            Reporter: Vera Volynets
>            Priority: Minor
>         Attachments: wrong_LVT_report_20070227.patch
>
>
> During class file parser improvements I forgot to add return false statement after reporting ClassFormatError.
> That's why unexpected assertion fails.
> The test reproducing bug and patch to fix it are attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HARMONY-3248) [drlvm][classloader] Unexpected assertion failed in case of class format error in LVT

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky reassigned HARMONY-3248:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][classloader] Unexpected assertion failed in case of class format error in LVT
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3248
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3248
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: all
>            Reporter: Vera Volynets
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: local_var_test.zip, wrong_LVT_report_20070227.patch
>
>
> During class file parser improvements I forgot to add return false statement after reporting ClassFormatError.
> That's why unexpected assertion fails.
> The test reproducing bug and patch to fix it are attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (HARMONY-3248) [drlvm][classloader] Unexpected assertion failed in case of class format error in LVT

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky closed HARMONY-3248.
--------------------------------------

    Resolution: Fixed

Patch applied at 512264.

> [drlvm][classloader] Unexpected assertion failed in case of class format error in LVT
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3248
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3248
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: all
>            Reporter: Vera Volynets
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: local_var_test.zip, wrong_LVT_report_20070227.patch
>
>
> During class file parser improvements I forgot to add return false statement after reporting ClassFormatError.
> That's why unexpected assertion fails.
> The test reproducing bug and patch to fix it are attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.