comparison src/share/vm/trace/traceEventIds.xsl @ 20653:82d3e7b5277a

8065361: Fixup headers and definitions for INCLUDE_TRACE Reviewed-by: sla, stefank
author mgronlun
date Wed, 19 Nov 2014 18:14:01 +0100
parents 042cf42c72bd
children
comparison
equal deleted inserted replaced
20652:e8bf410d5e23 20653:82d3e7b5277a
27 <xsl:output method="text" indent="no" omit-xml-declaration="yes"/> 27 <xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
28 28
29 <xsl:template match="/"> 29 <xsl:template match="/">
30 <xsl:call-template name="file-header"/> 30 <xsl:call-template name="file-header"/>
31 31
32 #ifndef TRACEFILES_JFREVENTIDS_HPP 32 #ifndef TRACEFILES_TRACEEVENTIDS_HPP
33 #define TRACEFILES_JFREVENTIDS_HPP 33 #define TRACEFILES_TRACEEVENTIDS_HPP
34 34
35 #include "utilities/macros.hpp" 35 #include "utilities/macros.hpp"
36
37 #if INCLUDE_TRACE 36 #if INCLUDE_TRACE
38
39 #include "trace/traceDataTypes.hpp" 37 #include "trace/traceDataTypes.hpp"
40 38
41 /** 39 /**
42 * Enum of the event types in the JVM 40 * Enum of the event types in the JVM
43 */ 41 */
65 }; 63 };
66 64
67 typedef enum TraceEventId TraceEventId; 65 typedef enum TraceEventId TraceEventId;
68 typedef enum TraceStructId TraceStructId; 66 typedef enum TraceStructId TraceStructId;
69 67
70 #endif 68 #endif // INCLUDE_TRACE
71 #endif 69 #endif // TRACEFILES_TRACEEVENTIDS_HPP
72 </xsl:template> 70 </xsl:template>
73 71
74 </xsl:stylesheet> 72 </xsl:stylesheet>