class jdk.jfr.internal.SecuritySupport$4 implements java.security.PrivilegedAction<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.jfr.internal.SecuritySupport$4
  super_class: java.lang.Object
{
  private final jdk.jfr.internal.SecuritySupport$CallableWithoutCheckException val$function;
    descriptor: Ljdk/jfr/internal/SecuritySupport$CallableWithoutCheckException;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(jdk.jfr.internal.SecuritySupport$CallableWithoutCheckException);
    descriptor: (Ljdk/jfr/internal/SecuritySupport$CallableWithoutCheckException;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.jfr.internal.SecuritySupport$4 this
         0: .line 227
            aload 0 /* this */
            aload 1
            putfield jdk.jfr.internal.SecuritySupport$4.val$function:Ljdk/jfr/internal/SecuritySupport$CallableWithoutCheckException;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.jfr.internal.SecuritySupport$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jfr/internal/SecuritySupport$4;
    MethodParameters:
              Name  Flags
      val$function  final

  public T run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.jfr.internal.SecuritySupport$4 this
         0: .line 230
            aload 0 /* this */
            getfield jdk.jfr.internal.SecuritySupport$4.val$function:Ljdk/jfr/internal/SecuritySupport$CallableWithoutCheckException;
            invokeinterface jdk.jfr.internal.SecuritySupport$CallableWithoutCheckException.call:()Ljava/lang/Object;
            areturn
        end local 0 // jdk.jfr.internal.SecuritySupport$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jfr/internal/SecuritySupport$4;
    Signature: ()TT;
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<TT;>;
SourceFile: "SecuritySupport.java"
EnclosingMethod: jdk.jfr.internal.SecuritySupport.doPrivilegedWithReturn:(Ljdk/jfr/internal/SecuritySupport$CallableWithoutCheckException;[Ljava/security/Permission;)Ljava/lang/Object;
NestHost: jdk.jfr.internal.SecuritySupport
InnerClasses:
  jdk.jfr.internal.SecuritySupport$4
  private abstract CallableWithoutCheckException = jdk.jfr.internal.SecuritySupport$CallableWithoutCheckException of jdk.jfr.internal.SecuritySupport