8313394: Array Elements in OldObjectSample event has the incorrect description

Reviewed-by: egahlin
This commit is contained in:
KIRIYAMA Takuya 2023-08-04 03:19:53 +00:00 committed by Erik Gahlin
parent d60352e26f
commit e8c325dea3

@ -740,7 +740,7 @@
<Field type="Tickspan" name="objectAge" label="Object Age" />
<Field type="ulong" contentType="bytes" name="lastKnownHeapUsage" label="Last Known Heap Usage" />
<Field type="OldObject" name="object" label="Object" />
<Field type="int" name="arrayElements" label="Array Elements" description="If the object is an array, the number of elements, or -1 if it is not an array" />
<Field type="int" name="arrayElements" label="Array Elements" description="If the object is an array, the number of elements, or minimum value for the type int if it is not an array" />
<Field type="OldObjectGcRoot" name="root" label="GC Root" />
</Event>