comparison src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl @ 1972:f95d63e2154a

6989984: Use standard include model for Hospot Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
author stefank
date Tue, 23 Nov 2010 13:22:55 -0800
parents c18cbe5936b8
children
comparison
equal deleted inserted replaced
1971:e33f46fc48ed 1972:f95d63e2154a
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <!-- 2 <!--
3 Copyright (c) 1997, 2008, Oracle and/or its affiliates. All rights reserved. 3 Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
4 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 5
6 This code is free software; you can redistribute it and/or modify it 6 This code is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License version 2 only, as 7 under the terms of the GNU General Public License version 2 only, as
8 published by the Free Software Foundation. 8 published by the Free Software Foundation.
26 <xsl:output method="text" indent="no" omit-xml-declaration="yes"/> 26 <xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
27 27
28 <xsl:template match="processcode"> 28 <xsl:template match="processcode">
29 <xsl:text> 29 <xsl:text>
30 #define VM_JVMTI 30 #define VM_JVMTI
31 #include "bytecodeInterpreter.cpp" 31 #include "interpreter/bytecodeInterpreter.cpp"
32 </xsl:text> 32 </xsl:text>
33 <xsl:text disable-output-escaping = "yes"> 33 <xsl:text disable-output-escaping = "yes">
34 34
35 </xsl:text> 35 </xsl:text>
36 36