src/share/vm/trace/tracetypes.xml

changeset 6131
86e6d691f2e1
parent 5429
060ae9b7ffea
child 6328
d69952503db0
     1.1 --- a/src/share/vm/trace/tracetypes.xml	Sat Nov 23 09:56:59 2013 +0100
     1.2 +++ b/src/share/vm/trace/tracetypes.xml	Sat Nov 23 12:25:13 2013 +0100
     1.3 @@ -249,13 +249,13 @@
     1.4      <primary_type symbol="NANOS" datatype="LONG" contenttype="NANOS"
     1.5                    type="s8" sizeop="sizeof(s8)"/>
     1.6  
     1.7 -    <!-- 64-bit signed integer, SEMANTIC value ABSOLUTE TICKS -->
     1.8 +    <!-- 64-bit signed integer, SEMANTIC value TICKS -->
     1.9      <primary_type symbol="TICKS" datatype="LONG" contenttype="TICKS"
    1.10 -                  type="s8" sizeop="sizeof(s8)"/>
    1.11 +                  type="Ticks" sizeop="sizeof(s8)"/>
    1.12  
    1.13 -    <!-- 64-bit signed integer, SEMANTIC value RELATIVE TICKS -->
    1.14 -    <primary_type symbol="RELATIVE_TICKS" datatype="LONG" contenttype="TICKS"
    1.15 -                  type="s8" sizeop="sizeof(s8)"/>
    1.16 +    <!-- 64-bit signed integer, SEMANTIC value TICKS duration -->
    1.17 +    <primary_type symbol="TICKSPAN" datatype="LONG" contenttype="TICKS"
    1.18 +                  type="Tickspan" sizeop="sizeof(s8)"/>
    1.19  
    1.20      <!-- 64-bit unsigned integer, SEMANTIC value ADDRESS (mem loc) -->
    1.21      <primary_type symbol="ADDRESS" datatype="U8" contenttype="ADDRESS"

mercurial