Abbreviations (info, alloc, num, gen, conf, vmems etc) should be avoided:
"numHarvested" ->
"harvested"?
"harvestedMemoryRegions"?
or something else? ...Count?
Labels should use headline-style capitalization:
https://docs.oracle.com/en/java/javase/24/docs/api/jdk.jfr/jdk/jfr/Label.html
- "Multi-partition allocation" -> Multi-Partition Allocation"
- "Successful allocation" -> "Successful Allocation"
- "Non-blocking" -> "Non-Blocking"
- "Number of harvested vmems" -> ?
https://docs.oracle.com/en/java/javase/24/docs/api/jdk.jfr/jdk/jfr/Label.html
Names must be fixed before JDK 25 is released.
"numHarvested" ->
"harvested"?
"harvestedMemoryRegions"?
or something else? ...Count?
Labels should use headline-style capitalization:
https://docs.oracle.com/en/java/javase/24/docs/api/jdk.jfr/jdk/jfr/Label.html
- "Multi-partition allocation" -> Multi-Partition Allocation"
- "Successful allocation" -> "Successful Allocation"
- "Non-blocking" -> "Non-Blocking"
- "Number of harvested vmems" -> ?
https://docs.oracle.com/en/java/javase/24/docs/api/jdk.jfr/jdk/jfr/Label.html
Names must be fixed before JDK 25 is released.
- relates to
-
JDK-8350441 ZGC: Overhaul Page Allocation
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/24578