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	Thu Sep  4 12:25:45 2014
--- new/src/share/vm/trace/tracetypes.xml	Thu Sep  4 12:25:45 2014

*** 169,178 **** --- 169,183 ---- <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> <!--
*** 370,376 **** --- 375,385 ---- <!-- 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