hotspot/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl
changeset 1 489c9b5090e2
child 603 0e934fae2fc2
child 592 dbf1a1c172d6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hotspot/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl	Sat Dec 01 00:00:00 2007 +0000
@@ -0,0 +1,21 @@
+<?xml version="1.0"?> 
+<!-- 
+     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:template match="processcode">
+<xsl:text>
+#define VM_JVMTI
+#include "bytecodeInterpreter.cpp"
+</xsl:text>
+<xsl:text disable-output-escaping = "yes">
+
+</xsl:text>
+
+<xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
+</xsl:template>
+
+</xsl:stylesheet>