comparison src/share/vm/prims/jvmtiEnter.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 a6eef545f1a2
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 34
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" 39 # include "precompiled.hpp"
40 # include "incls/_jvmtiEnter.cpp.incl" 40 # include "prims/jvmtiEnter.hpp"
41 # include "prims/jvmtiRawMonitor.hpp"
42 # include "prims/jvmtiUtil.hpp"
41 43
42 </xsl:text> 44 </xsl:text>
43 45
44 <xsl:if test="$trace = 'Trace'"> 46 <xsl:if test="$trace = 'Trace'">
45 <xsl:text> 47 <xsl:text>