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/07 17:19:05 UTC

[jira] Updated: (HARMONY-3133) [drlvm][classloader] Add check of feild and method for classfile of version lower than 49

     [ https://issues.apache.org/jira/browse/HARMONY-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vera Volynets updated HARMONY-3133:
-----------------------------------

    Attachment: icu_use_classlib.patch

first patch

> [drlvm][classloader] Add check of feild and method for classfile of version lower than 49
> -----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3133
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3133
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Vera Volynets
>         Attachments: icu_use_classlib.patch
>
>
> Accordingly to specification of 1.4 Java field and method names are identifiers, see 4.5, 4.6, 2.2.
> That means that name should consist of Unicode letters and digits, first must be letter.
> To check that letter is Unicode, I use icuuc module.
> Changes in patch:
> 1) link icuuc library, changes in .xml files and make files
> 2) changes in Class_File_Loader.cpp. 

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