Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8241361

ZGC: Implement memory related JFR events

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 15
    • 15
    • hotspot
    • gc
    • b18

      ZAllocationStall - Record when we run out of heap memory and the Java threads stall, waiting for the GC to free up memory.

      ZPageAllocation - Updated the existing event to also record the duration of the event.

      ZPageCacheFlush - Record when the page cache needs to be flushed. This usually happens when we run out of a specific page size and have to detach the physical and virtual memory to materialize a new ZPage. We also flush pages when we uncommit memory.

      ZRelocationSet - Record information about the selected relocation set.

      ZUncommit - Record when we uncommit and hand back memory to the OS.

            stefank Stefan Karlsson
            stefank Stefan Karlsson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: