You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/hotspot/share/jfr/metadata/metadata.xml
+2
Original file line number
Diff line number
Diff line change
@@ -350,7 +350,9 @@
350
350
<Fieldtype="ulong"contentType="bytes"name="undoWaste"label="Undo Wasted"description="Total memory wasted due to allocation undo within PLABs" />
351
351
<Fieldtype="ulong"contentType="bytes"name="regionEndWaste"label="Region End Wasted"description="Total memory wasted at the end of regions due to refill" />
352
352
<Fieldtype="uint"name="regionsRefilled"label="Region Refills"description="Number of regions refilled" />
353
+
<Fieldtype="ulong"name="numPlabsFilled"label="PLAB Fills"description="Number of PLABs filled" />
353
354
<Fieldtype="ulong"contentType="bytes"name="directAllocated"label="Allocated (direct)"description="Total memory allocated using direct allocation outside of PLABs" />
355
+
<Fieldtype="ulong"name="numDirectAllocated"label="Direct allocations"description="Number of direct allocations" />
354
356
<Fieldtype="ulong"contentType="bytes"name="failureUsed"label="Used (failure)"description="Total memory occupied by objects in regions where evacuation failed" />
355
357
<Fieldtype="ulong"contentType="bytes"name="failureWaste"label="Wasted (failure)"description="Total memory left unused in regions where evacuation failed" />
* [0.330s][debug][gc,plab ] GC(0) Young other allocation: region end waste: 0B, regions filled: 2, direct allocated: 271520B, failure used: 0B, failure wasted: 0B
42
-
* [0.330s][debug][gc,plab ] GC(0) Young sizing: calculated: 358776B, actual: 358776B
* [0.330s][debug][gc,plab ] GC(0) Old other allocation: region end waste: 0B, regions filled: 1, direct allocated: 41704B, failure used: 0B, failure wasted: 0B
45
-
* [0.330s][debug][gc,plab ] GC(0) Old sizing: calculated: 11608B, actual: 11608B
* [0.192s][debug][gc,plab ] GC(0) Young other allocation: region end waste: 0B, regions filled: 3, num plab filled: 30, direct allocated: 16400B, num direct allocated: 1, failure used: 0B, failure wasted: 0B
42
+
* [0.192s][debug][gc,plab ] GC(0) Young sizing: calculated: 522720B, actual: 522720B
* [0.192s][debug][gc,plab ] GC(0) Old other allocation: region end waste: 0B, regions filled: 0, num plab filled: 0, direct allocated: 0B, num direct allocated: 0, failure used: 0B, failure wasted: 0B
45
+
* [0.192s][debug][gc,plab ] GC(0) Old sizing: calculated: 0B, actual: 2064B
1 commit comments
openjdk-notifier[bot] commentedon Aug 7, 2024
Review
Issues