class sun.util.logging.LoggingSupport$1 implements java.security.PrivilegedAction<sun.util.logging.LoggingProxy>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.util.logging.LoggingSupport$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.util.logging.LoggingSupport$1 this
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.util.logging.LoggingSupport$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/util/logging/LoggingSupport$1;

  public sun.util.logging.LoggingProxy run();
    descriptor: ()Lsun/util/logging/LoggingProxy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.util.logging.LoggingSupport$1 this
         0: .line 54
            ldc "java.util.logging.LoggingProxyImpl"
            iconst_1
            aconst_null
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            astore 1 /* c */
        start local 1 // java.lang.Class c
         1: .line 55
            aload 1 /* c */
            ldc "INSTANCE"
            invokevirtual java.lang.Class.getDeclaredField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
            astore 2 /* f */
        start local 2 // java.lang.reflect.Field f
         2: .line 56
            aload 2 /* f */
            iconst_1
            invokevirtual java.lang.reflect.Field.setAccessible:(Z)V
         3: .line 57
            aload 2 /* f */
            aconst_null
            invokevirtual java.lang.reflect.Field.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.util.logging.LoggingProxy
         4: areturn
        end local 2 // java.lang.reflect.Field f
        end local 1 // java.lang.Class c
         5: .line 58
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
            pop
         6: .line 59
            aconst_null
            areturn
         7: .line 60
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldException
            astore 1 /* e */
        start local 1 // java.lang.NoSuchFieldException e
         8: .line 61
            new java.lang.AssertionError
            dup
            aload 1 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 1 // java.lang.NoSuchFieldException e
         9: .line 62
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 1 /* e */
        start local 1 // java.lang.IllegalAccessException e
        10: .line 63
            new java.lang.AssertionError
            dup
            aload 1 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 1 // java.lang.IllegalAccessException e
        end local 0 // sun.util.logging.LoggingSupport$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/util/logging/LoggingSupport$1;
            1    5     1     c  Ljava/lang/Class<*>;
            2    5     2     f  Ljava/lang/reflect/Field;
            8    9     1     e  Ljava/lang/NoSuchFieldException;
           10   11     1     e  Ljava/lang/IllegalAccessException;
      Exception table:
        from    to  target  type
           0     4       5  Class java.lang.ClassNotFoundException
           0     4       7  Class java.lang.NoSuchFieldException
           0     4       9  Class java.lang.IllegalAccessException

  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.util.logging.LoggingSupport$1.run:()Lsun/util/logging/LoggingProxy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Lsun/util/logging/LoggingProxy;>;
SourceFile: "LoggingSupport.java"
EnclosingMethod: sun.util.logging.LoggingSupport
NestHost: sun.util.logging.LoggingSupport
InnerClasses:
  sun.util.logging.LoggingSupport$1