src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl
Index
Unified diffs
Context diffs
Sdiffs
Wdiffs
Patch
New
Old
Previous File
Next File
6707485 Cdiff src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl
src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl
Print this page
*** 3,12 ****
--- 3,13 ----
Copyright 2006 Sun Microsystems, Inc. All rights reserved.
SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+ <xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
<xsl:template match="processcode">
<xsl:text>
#define VM_JVMTI
#include "bytecodeInterpreter.cpp"
*** 13,21 ****
</xsl:text>
<xsl:text disable-output-escaping = "yes">
</xsl:text>
- <xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
</xsl:template>
</xsl:stylesheet>
--- 14,21 ----
src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl
Index
Unified diffs
Context diffs
Sdiffs
Wdiffs
Patch
New
Old
Previous File
Next File