src/share/vm/trace/tracetypes.xml
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/trace/tracetypes.xml	Tue Jun  3 09:37:24 2014
--- new/src/share/vm/trace/tracetypes.xml	Tue Jun  3 09:37:24 2014

*** 168,177 **** --- 168,182 ---- <content_type id="FlagValueOrigin" hr_name="Flag Value Origin" type="U1" jvm_type="FLAGVALUEORIGIN"> <value type="UTF8" field="origin" label="origin" /> </content_type> + <content_type id="CodeBlobType" hr_name="Code Blob Type" + type="U1" jvm_type="CODEBLOBTYPE"> + <value type="UTF8" field="type" label="type" /> + </content_type> + </content_types> <primary_types> <!--
*** 369,375 **** --- 374,384 ---- <!-- FLAGVALUEORIGIN --> <primary_type symbol="FLAGVALUEORIGIN" datatype="U1" contenttype="FLAGVALUEORIGIN" type="u1" sizeop="sizeof(u1)" /> + <!-- CODEBLOBTYPE --> + <primary_type symbol="CODEBLOBTYPE" datatype="U1" + contenttype="CODEBLOBTYPE" type="u1" sizeop="sizeof(u1)" /> + </primary_types> </types>

src/share/vm/trace/tracetypes.xml
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File