hotspot/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 1 489c9b5090e2
child 603 0e934fae2fc2
child 592 dbf1a1c172d6
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
<?xml version="1.0"?> 
489c9b5090e2 Initial load
duke
parents:
diff changeset
     2
<!-- 
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
     Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
     SUN PROPRIETARY/CONFIDENTIAL.  Use is subject to license terms.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
-->
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
<xsl:template match="processcode">
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
<xsl:text>
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
#define VM_JVMTI
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
#include "bytecodeInterpreter.cpp"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
</xsl:text>
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14
<xsl:text disable-output-escaping = "yes">
489c9b5090e2 Initial load
duke
parents:
diff changeset
    15
489c9b5090e2 Initial load
duke
parents:
diff changeset
    16
</xsl:text>
489c9b5090e2 Initial load
duke
parents:
diff changeset
    17
489c9b5090e2 Initial load
duke
parents:
diff changeset
    18
<xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
489c9b5090e2 Initial load
duke
parents:
diff changeset
    19
</xsl:template>
489c9b5090e2 Initial load
duke
parents:
diff changeset
    20
489c9b5090e2 Initial load
duke
parents:
diff changeset
    21
</xsl:stylesheet>