-
Sub-task
-
Resolution: Delivered
-
P4
-
7, 8, 11, 17, 19, 20
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8298697 | 19 | Ravi Reddy | P4 | Resolved | Delivered | |
JDK-8298696 | 17 | Ravi Reddy | P4 | Resolved | Delivered | |
JDK-8298695 | 11 | Ravi Reddy | P4 | Resolved | Delivered | |
JDK-8298691 | 8 | Ravi Reddy | P4 | Resolved | Delivered | |
JDK-8298690 | 7 | Ravi Reddy | P4 | Resolved | Delivered |
Applications using the JDK XSLT transformer to convert stylesheets to Java objects can encounter the following exception:
"com.sun.org.apache.xalan.internal.xsltc.compiler.util.InternalError: Internal XSLTC error: a method in the translet exceeds the Java Virtual Machine limitation on the length of a method of 64 kilobytes. This is usually caused by templates in a stylesheet that are very large. Try restructuring your stylesheet to use smaller templates."
Applications will encounter the above exception if the size of the XSL template is too large. It is recommended to split the XSL template into smaller templates. Alternatively, applications can override the JDK XSLT Transformer by providing third-party implementation JAR files in the class path.
"com.sun.org.apache.xalan.internal.xsltc.compiler.util.InternalError: Internal XSLTC error: a method in the translet exceeds the Java Virtual Machine limitation on the length of a method of 64 kilobytes. This is usually caused by templates in a stylesheet that are very large. Try restructuring your stylesheet to use smaller templates."
Applications will encounter the above exception if the size of the XSL template is too large. It is recommended to split the XSL template into smaller templates. Alternatively, applications can override the JDK XSLT Transformer by providing third-party implementation JAR files in the class path.
- backported by
-
JDK-8298690 Release Note: JDK XSLT Transformer Limitations
- Resolved
-
JDK-8298691 Release Note: JDK XSLT Transformer Limitations
- Resolved
-
JDK-8298695 Release Note: JDK XSLT Transformer Limitations
- Resolved
-
JDK-8298696 Release Note: JDK XSLT Transformer Limitations
- Resolved
-
JDK-8298697 Release Note: JDK XSLT Transformer Limitations
- Resolved