diff src/share/vm/trace/traceTypes.xsl @ 13400:86e6d691f2e1

8028128: Add a type safe alternative for working with counter based data Reviewed-by: dholmes, egahlin
author mgronlun
date Sat, 23 Nov 2013 12:25:13 +0100
parents 042cf42c72bd
children 82d3e7b5277a
line wrap: on
line diff
--- a/src/share/vm/trace/traceTypes.xsl	Sat Nov 23 09:56:59 2013 +0100
+++ b/src/share/vm/trace/traceTypes.xsl	Sat Nov 23 12:25:13 2013 +0100
@@ -32,9 +32,11 @@
 #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),