src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl

Sun, 13 Apr 2008 17:43:42 -0400

author
coleenp
date
Sun, 13 Apr 2008 17:43:42 -0400
changeset 548
ba764ed4b6f2
parent 435
a61af66fc99e
child 601
aaa1137c5ef4
child 612
2a8ec427fbe1
permissions
-rw-r--r--

6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
Summary: Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv
Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold

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

mercurial