public final class jdk.jfr.events.ExceptionStatisticsEvent extends jdk.jfr.events.AbstractJDKEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: jdk.jfr.events.ExceptionStatisticsEvent
  super_class: jdk.jfr.events.AbstractJDKEvent
{
  public long throwables;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC
    RuntimeVisibleAnnotations: 
      jdk.jfr.Label(value = "Exceptions Created")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.jfr.events.ExceptionStatisticsEvent this
         0: .line 40
            aload 0 /* this */
            invokespecial jdk.jfr.events.AbstractJDKEvent.<init>:()V
            return
        end local 0 // jdk.jfr.events.ExceptionStatisticsEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jfr/events/ExceptionStatisticsEvent;
}
SourceFile: "ExceptionStatisticsEvent.java"
    RuntimeVisibleAnnotations: 
      jdk.jfr.Name(value = "jdk.ExceptionStatistics")
      jdk.jfr.Label(value = "Exception Statistics")
      jdk.jfr.Category(value = {"Java Application", "Statistics"})
      jdk.jfr.Description(value = "Number of objects derived from java.lang.Throwable that have been created")
      jdk.jfr.StackTrace(value = false)