src/share/vm/trace/tracetypes.xml

changeset 6417
daef39043d2c
parent 6333
d6c97434b745
child 6418
bc7714614ad8
equal deleted inserted replaced
6416:537c8e21b118 6417:daef39043d2c
126 </content_type> 126 </content_type>
127 127
128 <content_type id="G1YCType" hr_name="G1 YC Type" 128 <content_type id="G1YCType" hr_name="G1 YC Type"
129 type="U1" jvm_type="G1YCTYPE"> 129 type="U1" jvm_type="G1YCTYPE">
130 <value type="UTF8" field="type" label="type" /> 130 <value type="UTF8" field="type" label="type" />
131 </content_type>
132
133 <content_type id="GCThresholdUpdater" hr_name="GC Treshold Updater"
134 type="U1" jvm_type="GCTHRESHOLDUPDATER">
135 <value type="UTF8" field="updater" label="updater" />
131 </content_type> 136 </content_type>
132 137
133 <content_type id="ReferenceType" hr_name="Reference Type" 138 <content_type id="ReferenceType" hr_name="Reference Type"
134 type="U1" jvm_type="REFERENCETYPE"> 139 type="U1" jvm_type="REFERENCETYPE">
135 <value type="UTF8" field="type" label="type" /> 140 <value type="UTF8" field="type" label="type" />
322 327
323 <!-- G1YCType --> 328 <!-- G1YCType -->
324 <primary_type symbol="G1YCTYPE" datatype="U1" contenttype="G1YCTYPE" 329 <primary_type symbol="G1YCTYPE" datatype="U1" contenttype="G1YCTYPE"
325 type="u1" sizeop="sizeof(u1)" /> 330 type="u1" sizeop="sizeof(u1)" />
326 331
332 <!-- GCTHRESHOLDUPDATER -->
333 <primary_type symbol="GCTHRESHOLDUPDATER" datatype="U1" contenttype="GCTHRESHOLDUPDATER"
334 type="u1" sizeop="sizeof(u1)" />
335
327 <!-- REFERENCETYPE --> 336 <!-- REFERENCETYPE -->
328 <primary_type symbol="REFERENCETYPE" datatype="U1" 337 <primary_type symbol="REFERENCETYPE" datatype="U1"
329 contenttype="REFERENCETYPE" type="u1" sizeop="sizeof(u1)" /> 338 contenttype="REFERENCETYPE" type="u1" sizeop="sizeof(u1)" />
330 339
331 <!-- NARROWOOPMODE --> 340 <!-- NARROWOOPMODE -->

mercurial