src/share/vm/trace/traceTypes.xsl

Print this page

        

*** 30,42 **** <xsl:call-template name="file-header"/> #ifndef TRACEFILES_JFRTYPES_HPP #define TRACEFILES_JFRTYPES_HPP #include "trace/traceDataTypes.hpp" #include "utilities/globalDefinitions.hpp" ! #include "oops/symbol.hpp" enum JVMContentType { _not_a_content_type = (JVM_CONTENT_TYPES_START - 1), <xsl:for-each select="trace/types/content_types/content_type[@jvm_type]"> --- 30,44 ---- <xsl:call-template name="file-header"/> #ifndef TRACEFILES_JFRTYPES_HPP #define TRACEFILES_JFRTYPES_HPP + #include "oops/symbol.hpp" #include "trace/traceDataTypes.hpp" #include "utilities/globalDefinitions.hpp" ! #include "utilities/ticks.hpp" ! enum JVMContentType { _not_a_content_type = (JVM_CONTENT_TYPES_START - 1), <xsl:for-each select="trace/types/content_types/content_type[@jvm_type]">