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 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")
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial jdk.jfr.events.AbstractJDKEvent.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/jfr/events/FileForceEvent;
}
SourceFile: "FileForceEvent.java"
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")