comparison src/share/vm/prims/jvmtiEnv.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 da91efe96a93
comparison
equal deleted inserted replaced
1971:e33f46fc48ed 1972:f95d63e2154a
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <!-- 2 <!--
3 Copyright (c) 2002, 2006, Oracle and/or its affiliates. All rights reserved. 3 Copyright (c) 2002, 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.
34 </xsl:template> 34 </xsl:template>
35 35
36 <xsl:template match="specification"> 36 <xsl:template match="specification">
37 <xsl:call-template name="sourceHeader"/> 37 <xsl:call-template name="sourceHeader"/>
38 <xsl:text> 38 <xsl:text>
39 # include "incls/_precompiled.incl"
40 # include "incls/_jvmtiEnv.cpp.incl"
41 39
42 // end file prefix - do not modify or remove this line 40 // end file prefix - do not modify or remove this line
43 </xsl:text> 41 </xsl:text>
44 <xsl:apply-templates select="functionsection"/> 42 <xsl:apply-templates select="functionsection"/>
45 </xsl:template> 43 </xsl:template>