comparison src/share/vm/trace/traceEventIds.xsl @ 20771:9fa3bf3043a2

Merge
author asaha
date Wed, 26 Nov 2014 08:14:21 -0800
parents 82d3e7b5277a
children
comparison
equal deleted inserted replaced
20770:02c7eebe5f52 20771:9fa3bf3043a2
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>