mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-18 01:17:57 +00:00
8354310: JFR: Inconsistent metadata in ZPageAllocation
Reviewed-by: egahlin, stefank, eosterlund
This commit is contained in:
parent
2595c47b57
commit
337dacdd3f
@ -1159,10 +1159,10 @@
|
||||
<Field type="ulong" contentType="bytes" name="size" label="Size" />
|
||||
<Field type="ulong" contentType="bytes" name="harvested" label="Harvested" />
|
||||
<Field type="ulong" contentType="bytes" name="committed" label="Committed" />
|
||||
<Field type="uint" name="numHarvested" label="Number of harvested vmems" />
|
||||
<Field type="boolean" name="multiPartition" label="Multi-partition allocation" />
|
||||
<Field type="boolean" name="successful" label="Successful allocation" />
|
||||
<Field type="boolean" name="nonBlocking" label="Non-blocking" />
|
||||
<Field type="uint" name="harvestedRanges" label="Harvested Ranges" description="Number of harvested memory ranges" />
|
||||
<Field type="boolean" name="multiPartition" label="Multi-Partition" />
|
||||
<Field type="boolean" name="successful" label="Successful" />
|
||||
<Field type="boolean" name="nonBlocking" label="Non-Blocking" />
|
||||
</Event>
|
||||
|
||||
<Event name="ZRelocationSet" category="Java Virtual Machine, GC, Detailed" label="ZGC Relocation Set" thread="true">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user