XSLTC generates bytecode that exceeds JVM limitation on method length for
stylesheet with many different QNames in path expressions
-----------------------------------------------------------------------------------------------------------------------------------
Key: XALANJ-2318
URL: http://issues.apache.org/jira/browse/XALANJ-2318
Project: XalanJ2
Issue Type: Bug
Components: XSLTC
Affects Versions: 2.7, Latest Development Code
Reporter: Henry Zongaro
Assigned To: Henry Zongaro
If a stylesheet uses path expressions with many different local names (and
possibly many different namespaces), XSLTC might try to create a translet that
exceeds the JVM Specification's 64KB limit on the length of a method.
Depending on the version of Xalan-Java involved, any of the following messages
might be seen:
Could not load the translet class 'name'
Branch target offset too large for short
A method in the translet exceeds the Java Virtual Machine limitation on the
length of a method of 64 kilobytes.
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]