< prev index next >

hotspot/src/share/vm/trace/traceEventIds.xsl

Print this page
rev 6909 : 8065361: Fixup headers and definitions for INCLUDE_TRACE
Reviewed-by: sla, stefank

*** 27,43 **** <xsl:output method="text" indent="no" omit-xml-declaration="yes"/> <xsl:template match="/"> <xsl:call-template name="file-header"/> ! #ifndef TRACEFILES_JFREVENTIDS_HPP ! #define TRACEFILES_JFREVENTIDS_HPP #include "utilities/macros.hpp" - #if INCLUDE_TRACE - #include "trace/traceDataTypes.hpp" /** * Enum of the event types in the JVM */ --- 27,41 ---- <xsl:output method="text" indent="no" omit-xml-declaration="yes"/> <xsl:template match="/"> <xsl:call-template name="file-header"/> ! #ifndef TRACEFILES_TRACEEVENTIDS_HPP ! #define TRACEFILES_TRACEEVENTIDS_HPP #include "utilities/macros.hpp" #if INCLUDE_TRACE #include "trace/traceDataTypes.hpp" /** * Enum of the event types in the JVM */
*** 65,74 **** }; typedef enum TraceEventId TraceEventId; typedef enum TraceStructId TraceStructId; ! #endif ! #endif </xsl:template> </xsl:stylesheet> --- 63,72 ---- }; typedef enum TraceEventId TraceEventId; typedef enum TraceStructId TraceStructId; ! #endif // INCLUDE_TRACE ! #endif // TRACEFILES_TRACEEVENTIDS_HPP </xsl:template> </xsl:stylesheet>
< prev index next >