src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl

Sat, 01 Dec 2007 00:00:00 +0000

author
duke
date
Sat, 01 Dec 2007 00:00:00 +0000
changeset 435
a61af66fc99e
child 601
aaa1137c5ef4
child 612
2a8ec427fbe1
permissions
-rw-r--r--

Initial load

     1 <?xml version="1.0"?> 
     2 <!-- 
     3      Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
     4      SUN PROPRIETARY/CONFIDENTIAL.  Use is subject to license terms.
     5 -->
     7 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
     9 <xsl:template match="processcode">
    10 <xsl:text>
    11 #define VM_JVMTI
    12 #include "bytecodeInterpreter.cpp"
    13 </xsl:text>
    14 <xsl:text disable-output-escaping = "yes">
    16 </xsl:text>
    18 <xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
    19 </xsl:template>
    21 </xsl:stylesheet>

mercurial