6707485: bytecodeInterpreterWithChecks.xsl is malformed

Wed, 28 May 2008 12:42:34 -0700

author
sgoldman
date
Wed, 28 May 2008 12:42:34 -0700
changeset 601
aaa1137c5ef4
parent 600
437d03ea40b1
child 602
feeb96a45707

6707485: bytecodeInterpreterWithChecks.xsl is malformed
Summary: xsl output tag not at top level
Reviewed-by: never, kvn, rasbold
Contributed-by: gnu_andrew@member.fsf.org

src/share/vm/interpreter/bytecodeInterpreterWithChecks.xml file | annotate | diff | comparison | revisions
src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xml	Wed May 21 16:31:35 2008 -0700
     1.2 +++ b/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xml	Wed May 28 12:42:34 2008 -0700
     1.3 @@ -1,7 +1,25 @@
     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 + 6opyright 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  <!DOCTYPE processcode [
    1.30    <!ELEMENT processcode ANY>
     2.1 --- a/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl	Wed May 21 16:31:35 2008 -0700
     2.2 +++ b/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl	Wed May 28 12:42:34 2008 -0700
     2.3 @@ -1,10 +1,29 @@
     2.4  <?xml version="1.0"?> 
     2.5  <!-- 
     2.6 -     Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
     2.7 -     SUN PROPRIETARY/CONFIDENTIAL.  Use is subject to license terms.
     2.8 + Copyright 2006-2008 Sun Microsystems, Inc.  All Rights Reserved.
     2.9 + DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    2.10 +
    2.11 + This code is free software; you can redistribute it and/or modify it
    2.12 + under the terms of the GNU General Public License version 2 only, as
    2.13 + published by the Free Software Foundation.
    2.14 +
    2.15 + This code is distributed in the hope that it will be useful, but WITHOUT
    2.16 + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    2.17 + FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    2.18 + version 2 for more details (a copy is included in the LICENSE file that
    2.19 + accompanied this code).
    2.20 +
    2.21 + You should have received a copy of the GNU General Public License version
    2.22 + 2 along with this work; if not, write to the Free Software Foundation,
    2.23 + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    2.24 +
    2.25 + Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    2.26 + CA 95054 USA or visit www.sun.com if you need additional information or
    2.27 + have any questions.
    2.28  -->
    2.29  
    2.30  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    2.31 +<xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
    2.32  
    2.33  <xsl:template match="processcode">
    2.34  <xsl:text>
    2.35 @@ -15,7 +34,6 @@
    2.36  
    2.37  </xsl:text>
    2.38  
    2.39 -<xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
    2.40  </xsl:template>
    2.41  
    2.42  </xsl:stylesheet>

mercurial