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

Elliotte Rusty Harold closed XERCESJ-547.
-----------------------------------------

> Current Xerces code as compiled by 1.3 javac produces invalid classfile
> -----------------------------------------------------------------------
>
>                 Key: XERCESJ-547
>                 URL: https://issues.apache.org/jira/browse/XERCESJ-547
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: Other
>    Affects Versions: 2.2.1
>         Environment: Operating System: Linux
> Platform: PC
>            Reporter: Jesse Glick
>
> See the BugParade report for background.
> src/org/apache/xerces/impl/xpath/regex/Token.java in the Xerces source tree
> contains some Unicode character literals which, if compiled by the version of
> javac found in JDK 1.3, may produce technically invalid class files (using
> non-normalized UTF-8) which some VMs may refuse to load.
> Fortunately a workaround in Xerces sources should probably be simple:
> blockRanges and viramaString and the like can simply be made into char[].
> Probably a shade faster at runtime, though perhaps slower to load the class.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: j-dev-h...@xerces.apache.org

Reply via email to