hotspot/src/share/vm/trace/traceTypes.xsl
changeset 46994 7663ce98384b
parent 27673 df559a888b9f
equal deleted inserted replaced
46992:95000145dd81 46994:7663ce98384b
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <!--
     2 <!--
     3  Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     3  Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
     4  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5 
     5 
     6  This code is free software; you can redistribute it and/or modify it
     6  This code is free software; you can redistribute it and/or modify it
     7  under the terms of the GNU General Public License version 2 only, as
     7  under the terms of the GNU General Public License version 2 only, as
     8  published by the Free Software Foundation.
     8  published by the Free Software Foundation.
    30   <xsl:call-template name="file-header"/>
    30   <xsl:call-template name="file-header"/>
    31 
    31 
    32 #ifndef TRACEFILES_TRACETYPES_HPP
    32 #ifndef TRACEFILES_TRACETYPES_HPP
    33 #define TRACEFILES_TRACETYPES_HPP
    33 #define TRACEFILES_TRACETYPES_HPP
    34 
    34 
    35 #include "oops/symbol.hpp"
       
    36 #include "trace/traceDataTypes.hpp"
    35 #include "trace/traceDataTypes.hpp"
    37 #include "utilities/globalDefinitions.hpp"
       
    38 #include "utilities/ticks.hpp"
       
    39 
    36 
    40 enum JVMContentType {
    37 enum JVMContentType {
    41   _not_a_content_type = (JVM_CONTENT_TYPES_START - 1),
    38   _not_a_content_type = (JVM_CONTENT_TYPES_START - 1),
    42   
    39   
    43 <xsl:for-each select="trace/types/content_types/content_type[@jvm_type]">
    40 <xsl:for-each select="trace/types/content_types/content_type[@jvm_type]">