src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl

changeset 601
aaa1137c5ef4
parent 435
a61af66fc99e
child 614
1f809e010142
     1.1 --- a/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl	Wed May 21 16:31:35 2008 -0700
     1.2 +++ b/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl	Wed May 28 12:42:34 2008 -0700
     1.3 @@ -1,10 +1,29 @@
     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 + Copyright 2006-2008 Sun Microsystems, Inc.  All Rights Reserved.
     1.9 + DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    1.10 +
    1.11 + This code is free software; you can redistribute it and/or modify it
    1.12 + under the terms of the GNU General Public License version 2 only, as
    1.13 + published by the Free Software Foundation.
    1.14 +
    1.15 + This code is distributed in the hope that it will be useful, but WITHOUT
    1.16 + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.17 + FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    1.18 + version 2 for more details (a copy is included in the LICENSE file that
    1.19 + accompanied this code).
    1.20 +
    1.21 + You should have received a copy of the GNU General Public License version
    1.22 + 2 along with this work; if not, write to the Free Software Foundation,
    1.23 + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.24 +
    1.25 + Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    1.26 + CA 95054 USA or visit www.sun.com if you need additional information or
    1.27 + have any questions.
    1.28  -->
    1.29  
    1.30  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    1.31 +<xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
    1.32  
    1.33  <xsl:template match="processcode">
    1.34  <xsl:text>
    1.35 @@ -15,7 +34,6 @@
    1.36  
    1.37  </xsl:text>
    1.38  
    1.39 -<xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
    1.40  </xsl:template>
    1.41  
    1.42  </xsl:stylesheet>

mercurial