src/share/vm/trace/traceTypes.xsl

Print this page

        

@@ -30,13 +30,15 @@
   <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 "oops/symbol.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]">