Tony, I'll run the tests later today...
SY, Alexey 2006/12/28, Tony Wu <[EMAIL PROTECTED]>:
Hi all, My works on upgrating java.lang.Character from 3.0 to unicode 4.1 compatible was blocked by "NPE is thrown when the kernel tests are run on Windows". please refer to [1] for detail. IIRC, The problem is vm uses the j.l.Character before icu has been loaded. I tired on my own laptop and did not reproduce that failure. Would any drlvm guru have time help me to verify that? Great Thanks! [1] http://www.mail-archive.com/[email protected]/msg13839.html ---------- Forwarded message ---------- From: Tony Wu (JIRA) <[EMAIL PROTECTED]> Date: Sep 20, 2006 3:25 PM Subject: [jira] Created: (HARMONY-1500) [classlib][luni]Refactor some methods in java.lang.Character To: [EMAIL PROTECTED] [classlib][luni]Refactor some methods in java.lang.Character ------------------------------------------------------------ Key: HARMONY-1500 URL: http://issues.apache.org/jira/browse/HARMONY-1500 Project: Harmony Issue Type: Improvement Components: Classlib Reporter: Tony Wu Some methods in java.lang.Character need to be refactored to support unicode4.1 such as, getType(char),getNumericValue(char),getDirectionality(char),toUpperCase(char), toLowerCase(char),toTitleCase(char),digit(char,int),isMirrored(char), isWhitespace(char),isUpperCase(char),isUnicodeIdentifierStart(char), isUnicodeIdentifierPart(char),isTitleCase(char),isSpaceChar(char) and isLowerCase(char). And some testcases for them are added . -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira -- Tony Wu China Software Development Lab, IBM
