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/01/18 12:47:30 UTC

[jira] Created: (HARMONY-3020) [drlvm][classloader] Several improvements to class file format parser

[drlvm][classloader] Several improvements to class file format parser
---------------------------------------------------------------------

                 Key: HARMONY-3020
                 URL: https://issues.apache.org/jira/browse/HARMONY-3020
             Project: Harmony
          Issue Type: Improvement
          Components: DRLVM
            Reporter: Vera Volynets


Attached patch suggests following implemented improvements:
1) Thorough check of Utf8 accordingly to specification.
2) Replaced functions is_valid_index and is_<tag> by function valid_cpi.
3) Improved ClassFormatError reporting, made messages clearer.

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

        

[jira] Updated: (HARMONY-3020) [drlvm][classloader] Several improvements to class file format parser

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

Vera Volynets updated HARMONY-3020:
-----------------------------------

    Attachment: classfile_parser_improvements_20070118.patch

> [drlvm][classloader] Several improvements to class file format parser
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-3020
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3020
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Vera Volynets
>         Attachments: classfile_parser_improvements_20070118.patch
>
>
> Attached patch suggests following implemented improvements:
> 1) Thorough check of Utf8 accordingly to specification.
> 2) Replaced functions is_valid_index and is_<tag> by function valid_cpi.
> 3) Improved ClassFormatError reporting, made messages clearer.

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

        

[jira] Assigned: (HARMONY-3020) [drlvm][classloader] Several improvements to class file format parser

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

Gregory Shimansky reassigned HARMONY-3020:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][classloader] Several improvements to class file format parser
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-3020
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3020
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Vera Volynets
>         Assigned To: Gregory Shimansky
>         Attachments: classfile_parser_improvements_20070118.patch
>
>
> Attached patch suggests following implemented improvements:
> 1) Thorough check of Utf8 accordingly to specification.
> 2) Replaced functions is_valid_index and is_<tag> by function valid_cpi.
> 3) Improved ClassFormatError reporting, made messages clearer.

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

        

[jira] Resolved: (HARMONY-3020) [drlvm][classloader] Several improvements to class file format parser

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

Gregory Shimansky resolved HARMONY-3020.
----------------------------------------

    Resolution: Fixed

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

> [drlvm][classloader] Several improvements to class file format parser
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-3020
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3020
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Vera Volynets
>         Assigned To: Gregory Shimansky
>         Attachments: classfile_parser_improvements_20070118.patch
>
>
> Attached patch suggests following implemented improvements:
> 1) Thorough check of Utf8 accordingly to specification.
> 2) Replaced functions is_valid_index and is_<tag> by function valid_cpi.
> 3) Improved ClassFormatError reporting, made messages clearer.

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

        

[jira] Closed: (HARMONY-3020) [drlvm][classloader] Several improvements to class file format parser

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

Gregory Shimansky closed HARMONY-3020.
--------------------------------------


No response, assuming ok.

> [drlvm][classloader] Several improvements to class file format parser
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-3020
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3020
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Vera Volynets
>            Assignee: Gregory Shimansky
>         Attachments: classfile_parser_improvements_20070118.patch
>
>
> Attached patch suggests following implemented improvements:
> 1) Thorough check of Utf8 accordingly to specification.
> 2) Replaced functions is_valid_index and is_<tag> by function valid_cpi.
> 3) Improved ClassFormatError reporting, made messages clearer.

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