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 2007/02/08 17:51:05 UTC

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

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

Gregory Shimansky resolved HARMONY-3133.
----------------------------------------

    Resolution: Fixed
      Assignee: Gregory Shimansky

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

I've had to add a symlink to libicudata.so in vmcode.xml file just like you've done to libicuuc.so.

> [drlvm][classloader] Add check of field and method names 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
>         Assigned To: Gregory Shimansky
>         Attachments: icu_use_classlib.patch, icu_use_vm.patch, run_cuinit_tests.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.