Skip to content

Commit

Permalink
8313394: Array Elements in OldObjectSample event has the incorrect de…
Browse files Browse the repository at this point in the history
…scription

Backport-of: e8c325dea39f959ab6bb310c3913b98655e95734
  • Loading branch information
tkiriyama authored and Paul Hohensee committed Mar 1, 2024
1 parent 4243aed commit 94634c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/jfr/metadata/metadata.xml
Expand Up @@ -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>

Expand Down

1 comment on commit 94634c0

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.