comparison src/share/vm/trace/tracetypes.xml @ 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 060ae9b7ffea
children 6ffbf4c1c98c
comparison
equal deleted inserted replaced
13399:260ac69dc096 13400:86e6d691f2e1
247 247
248 <!-- 64-bit unsigned integer, SEMANTIC value RELATIVE NANOSECONDS --> 248 <!-- 64-bit unsigned integer, SEMANTIC value RELATIVE NANOSECONDS -->
249 <primary_type symbol="NANOS" datatype="LONG" contenttype="NANOS" 249 <primary_type symbol="NANOS" datatype="LONG" contenttype="NANOS"
250 type="s8" sizeop="sizeof(s8)"/> 250 type="s8" sizeop="sizeof(s8)"/>
251 251
252 <!-- 64-bit signed integer, SEMANTIC value ABSOLUTE TICKS --> 252 <!-- 64-bit signed integer, SEMANTIC value TICKS -->
253 <primary_type symbol="TICKS" datatype="LONG" contenttype="TICKS" 253 <primary_type symbol="TICKS" datatype="LONG" contenttype="TICKS"
254 type="s8" sizeop="sizeof(s8)"/> 254 type="Ticks" sizeop="sizeof(s8)"/>
255 255
256 <!-- 64-bit signed integer, SEMANTIC value RELATIVE TICKS --> 256 <!-- 64-bit signed integer, SEMANTIC value TICKS duration -->
257 <primary_type symbol="RELATIVE_TICKS" datatype="LONG" contenttype="TICKS" 257 <primary_type symbol="TICKSPAN" datatype="LONG" contenttype="TICKS"
258 type="s8" sizeop="sizeof(s8)"/> 258 type="Tickspan" sizeop="sizeof(s8)"/>
259 259
260 <!-- 64-bit unsigned integer, SEMANTIC value ADDRESS (mem loc) --> 260 <!-- 64-bit unsigned integer, SEMANTIC value ADDRESS (mem loc) -->
261 <primary_type symbol="ADDRESS" datatype="U8" contenttype="ADDRESS" 261 <primary_type symbol="ADDRESS" datatype="U8" contenttype="ADDRESS"
262 type="u8" sizeop="sizeof(u8)"/> 262 type="u8" sizeop="sizeof(u8)"/>
263 263