src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl

changeset 435
a61af66fc99e
child 601
aaa1137c5ef4
child 612
2a8ec427fbe1
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl	Sat Dec 01 00:00:00 2007 +0000
     1.3 @@ -0,0 +1,21 @@
     1.4 +<?xml version="1.0"?> 
     1.5 +<!-- 
     1.6 +     Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
     1.7 +     SUN PROPRIETARY/CONFIDENTIAL.  Use is subject to license terms.
     1.8 +-->
     1.9 +
    1.10 +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    1.11 +
    1.12 +<xsl:template match="processcode">
    1.13 +<xsl:text>
    1.14 +#define VM_JVMTI
    1.15 +#include "bytecodeInterpreter.cpp"
    1.16 +</xsl:text>
    1.17 +<xsl:text disable-output-escaping = "yes">
    1.18 +
    1.19 +</xsl:text>
    1.20 +
    1.21 +<xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
    1.22 +</xsl:template>
    1.23 +
    1.24 +</xsl:stylesheet>

mercurial