Print this page
| Split |
Close |
| Expand all |
| Collapse all |
--- old/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl
+++ new/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl
1 1 <?xml version="1.0"?>
2 2 <!--
3 3 Copyright 2006 Sun Microsystems, Inc. All rights reserved.
4 4 SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
5 5 -->
6 6
7 7 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
8 +<xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
8 9
9 10 <xsl:template match="processcode">
10 11 <xsl:text>
11 12 #define VM_JVMTI
12 13 #include "bytecodeInterpreter.cpp"
13 14 </xsl:text>
14 15 <xsl:text disable-output-escaping = "yes">
15 16
16 17 </xsl:text>
17 18
18 -<xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
19 19 </xsl:template>
20 20
21 21 </xsl:stylesheet>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX