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

Requestables events should be able to come twice per chunk

XMLWordPrintable

    • jfr
    • Not verified

      In JRockit requestable events were emitted twice per chunk, in the beginning and the end, if the request period was set 0, a.k.a "everyChunk" in jfr-file format. The reason it was emitted twice was so a delta could be calculated for the recording.

      It was particular useful for the following events:

      * Object Statistics (not implemented with 7u12)
      * Total Allocated (not implemented with 7u12)
      * JVM Lock Profiling Statistics (not implemented with 7u12)
      * Java Lock Profiling Statistics (not implemented with 7u12)
      * Thread Allocation Statistics
      * Total Allocated
      * Thread Dump.
      * System Process

      We should add it to Hotspot too. Today they only come once per chunk.

            mgronlun Markus Grönlund
            egahlin Erik Gahlin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: