Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177139 | 7 | Erik Trimble | P3 | Closed | Fixed | b29 |
JDK-2174937 | 6u14 | Abhijit Saha | P3 | Closed | Fixed | b01 |
The file src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl
places the xsl:output tag within the xsl:template element. This
causes compiling the XSL file to fail with xsltproc from libxml2 and
generates an erroneous file (it includes an <?xml> tag) when building
with the JDK with the Apache XML libraries (as is done for
bootstrapping in IcedTea).
The appropriate part of the XSLT specification:
http://www.w3.org/TR/xslt#output
states that 'The xsl:output element is only allowed as a top-level element.'
places the xsl:output tag within the xsl:template element. This
causes compiling the XSL file to fail with xsltproc from libxml2 and
generates an erroneous file (it includes an <?xml> tag) when building
with the JDK with the Apache XML libraries (as is done for
bootstrapping in IcedTea).
The appropriate part of the XSLT specification:
http://www.w3.org/TR/xslt#output
states that 'The xsl:output element is only allowed as a top-level element.'
- backported by
-
JDK-2174937 bytecodeInterpreterWithChecks.xsl is malformed
-
- Closed
-
-
JDK-2177139 bytecodeInterpreterWithChecks.xsl is malformed
-
- Closed
-