You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2007/06/22 23:35:26 UTC

[jira] Resolved: (HARMONY-2862) [classlib][suncompat] ICU references sun.io classes that are absent

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

Tim Ellison resolved HARMONY-2862.
----------------------------------

    Resolution: Won't Fix
      Assignee: Tim Ellison

Classes in question not required by Harmony.


> [classlib][suncompat] ICU references sun.io classes that are absent
> -------------------------------------------------------------------
>
>                 Key: HARMONY-2862
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2862
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Vasily Zakharov
>            Assignee: Tim Ellison
>            Priority: Minor
>
> DRLVM bootclasspath contains icu4jni-3.4.jar, that contains 4 classes that can't be loaded. These classes are:
> com.ibm.icu4jni.converters.ByteToCharConverterICU extends sun.io.ByteToCharConverter
> com.ibm.icu4jni.converters.ByteToCharGB18030 extends ByteToCharConverterICU
> com.ibm.icu4jni.converters.CharToByteConverterICU extends sun.io.CharToByteConverter
> com.ibm.icu4jni.converters.CharToByteGB18030 extends CharToByteConverterICU
> These classes can't be loaded because they extend classes from sun.io package that are not available in Harmony classlib.
> There're two ways to resolve this issue:
> 1. Create stubs for sun.io.ByteToCharConverterICU and sun.io.CharToByteConverter in suncompat module.
> 2. Consider the four classes mentioned above non-needed for Harmony operation and close this issue as Won't Fix.

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