comparison 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
comparison
equal deleted inserted replaced
13399:260ac69dc096 13400:86e6d691f2e1
30 <xsl:call-template name="file-header"/> 30 <xsl:call-template name="file-header"/>
31 31
32 #ifndef TRACEFILES_JFRTYPES_HPP 32 #ifndef TRACEFILES_JFRTYPES_HPP
33 #define TRACEFILES_JFRTYPES_HPP 33 #define TRACEFILES_JFRTYPES_HPP
34 34
35 #include "oops/symbol.hpp"
35 #include "trace/traceDataTypes.hpp" 36 #include "trace/traceDataTypes.hpp"
36 #include "utilities/globalDefinitions.hpp" 37 #include "utilities/globalDefinitions.hpp"
37 #include "oops/symbol.hpp" 38 #include "utilities/ticks.hpp"
39
38 40
39 enum JVMContentType { 41 enum JVMContentType {
40 _not_a_content_type = (JVM_CONTENT_TYPES_START - 1), 42 _not_a_content_type = (JVM_CONTENT_TYPES_START - 1),
41 43
42 <xsl:for-each select="trace/types/content_types/content_type[@jvm_type]"> 44 <xsl:for-each select="trace/types/content_types/content_type[@jvm_type]">