view src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl @ 63:eac007780a58

6671807: (Escape Analysis) Add new ideal node to represent the state of a scalarized object at a safepoint Summary: Values of non-static fields of a scalarized object should be saved in debug info to reallocate the object during deoptimization. Reviewed-by: never
author kvn
date Thu, 13 Mar 2008 16:06:34 -0700
parents a61af66fc99e
children aaa1137c5ef4 2a8ec427fbe1
line wrap: on
line source

<?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>