You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2007/10/23 17:14:50 UTC

[jira] Commented: (HARMONY-4876) [drlvm][kernel] unable to load class with non-ASCII character in name

    [ https://issues.apache.org/jira/browse/HARMONY-4876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537039 ] 

Alexei Zakharov commented on HARMONY-4876:
------------------------------------------

It looks like JIRA is unable to handle localized text attachments correctly. So I'm placing the test case here in comments. Please see below.

ЗдравствуйМир.java
---
public class ЗдравствуйМир {
    public static void main(String argv[]) {
        System.out.println("PASS");
    }
} 

> [drlvm][kernel] unable to load class with non-ASCII character in name
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-4876
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4876
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib, DRLVM
>         Environment: win32
>            Reporter: Alexei Zakharov
>            Priority: Minor
>
> DRLVM cannot load class if its name contains non-Latin letters. However, everything works ok on J9.

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