public final class jdk.jfr.events.FileForceEvent 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.FileForceEvent
  super_class: jdk.jfr.events.AbstractJDKEvent
{
  public static final java.lang.ThreadLocal<jdk.jfr.events.FileForceEvent> EVENT;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/ThreadLocal<Ljdk/jfr/events/FileForceEvent;>;

  public java.lang.String path;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    RuntimeVisibleAnnotations: 
      jdk.jfr.Label(value = "Path")
      jdk.jfr.Description(value = "Full path of the file")

  public boolean metaData;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC
    RuntimeVisibleAnnotations: 
      jdk.jfr.Label(value = "Update Metadata")
      jdk.jfr.Description(value = "Whether the file metadata is updated")

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 41
            new jdk.jfr.events.FileForceEvent$1
            dup
            invokespecial jdk.jfr.events.FileForceEvent$1.<init>:()V
         1: .line 40
            putstatic jdk.jfr.events.FileForceEvent.EVENT:Ljava/lang/ThreadLocal;
         2: .line 45
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.jfr.events.FileForceEvent this
         0: .line 38
            aload 0 /* this */
            invokespecial jdk.jfr.events.AbstractJDKEvent.<init>:()V
            return
        end local 0 // jdk.jfr.events.FileForceEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jfr/events/FileForceEvent;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.jfr.events.FileForceEvent this
         0: .line 56
            aload 0 /* this */
            aconst_null
            putfield jdk.jfr.events.FileForceEvent.path:Ljava/lang/String;
         1: .line 57
            aload 0 /* this */
            iconst_0
            putfield jdk.jfr.events.FileForceEvent.metaData:Z
         2: .line 58
            return
        end local 0 // jdk.jfr.events.FileForceEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/jfr/events/FileForceEvent;
}
SourceFile: "FileForceEvent.java"
NestMembers:
  jdk.jfr.events.FileForceEvent$1
InnerClasses:
  jdk.jfr.events.FileForceEvent$1
    RuntimeVisibleAnnotations: 
      jdk.jfr.Name(value = "jdk.FileForce")
      jdk.jfr.Label(value = "File Force")
      jdk.jfr.Category(value = {"Java Application"})
      jdk.jfr.Description(value = "Force updates to be written to file")