class sun.rmi.runtime.Log$LoggerLog$2 implements java.security.PrivilegedAction<java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.rmi.runtime.Log$LoggerLog$2
  super_class: java.lang.Object
{
  final sun.rmi.runtime.Log$LoggerLog this$1;
    descriptor: Lsun/rmi/runtime/Log$LoggerLog;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.logging.Logger val$logger;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.logging.Level val$level;
    descriptor: Ljava/util/logging/Level;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.rmi.runtime.Log$LoggerLog, java.util.logging.Logger, java.util.logging.Level);
    descriptor: (Lsun/rmi/runtime/Log$LoggerLog;Ljava/util/logging/Logger;Ljava/util/logging/Level;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.rmi.runtime.Log$LoggerLog$2 this
         0: .line 201
            aload 0 /* this */
            aload 1
            putfield sun.rmi.runtime.Log$LoggerLog$2.this$1:Lsun/rmi/runtime/Log$LoggerLog;
            aload 0 /* this */
            aload 2
            putfield sun.rmi.runtime.Log$LoggerLog$2.val$logger:Ljava/util/logging/Logger;
            aload 0 /* this */
            aload 3
            putfield sun.rmi.runtime.Log$LoggerLog$2.val$level:Ljava/util/logging/Level;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.rmi.runtime.Log$LoggerLog$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/rmi/runtime/Log$LoggerLog$2;
    MethodParameters:
            Name  Flags
      this$0      final
      val$logger  final
      val$level   final

  public java.lang.Void run();
    descriptor: ()Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.rmi.runtime.Log$LoggerLog$2 this
         0: .line 203
            aload 0 /* this */
            getfield sun.rmi.runtime.Log$LoggerLog$2.val$logger:Ljava/util/logging/Logger;
            aload 0 /* this */
            getfield sun.rmi.runtime.Log$LoggerLog$2.val$level:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifne 2
         1: .line 204
            aload 0 /* this */
            getfield sun.rmi.runtime.Log$LoggerLog$2.val$logger:Ljava/util/logging/Logger;
            aload 0 /* this */
            getfield sun.rmi.runtime.Log$LoggerLog$2.val$level:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.setLevel:(Ljava/util/logging/Level;)V
         2: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.rmi.runtime.Log$LoggerLog$2.val$logger:Ljava/util/logging/Logger;
            getstatic sun.rmi.runtime.Log$LoggerLog.alternateConsole:Ljava/util/logging/Handler;
            invokevirtual java.util.logging.Logger.addHandler:(Ljava/util/logging/Handler;)V
         3: .line 207
            aconst_null
            areturn
        end local 0 // sun.rmi.runtime.Log$LoggerLog$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/rmi/runtime/Log$LoggerLog$2;

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.rmi.runtime.Log$LoggerLog$2.run:()Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljava/lang/Void;>;
SourceFile: "Log.java"
EnclosingMethod: sun.rmi.runtime.Log$LoggerLog.<init>:(Ljava/util/logging/Logger;Ljava/util/logging/Level;)V
NestHost: sun.rmi.runtime.Log
InnerClasses:
  private LoggerLog = sun.rmi.runtime.Log$LoggerLog of sun.rmi.runtime.Log
  sun.rmi.runtime.Log$LoggerLog$2