public final class sun.misc.InnocuousThread extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.misc.InnocuousThread
  super_class: java.lang.Thread
{
  private static final sun.misc.Unsafe UNSAFE;
    descriptor: Lsun/misc/Unsafe;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long THREAD_LOCALS;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long INHERITABLE_THREAD_LOCALS;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.ThreadGroup INNOCUOUSTHREADGROUP;
    descriptor: Ljava/lang/ThreadGroup;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.security.AccessControlContext ACC;
    descriptor: Ljava/security/AccessControlContext;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long INHERITEDACCESSCONTROLCONTEXT;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long CONTEXTCLASSLOADER;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.util.concurrent.atomic.AtomicInteger threadNumber;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private volatile boolean hasRun;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=9, locals=8, args_size=0
         0: .line 49
            new java.util.concurrent.atomic.AtomicInteger
            dup
            iconst_1
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:(I)V
            putstatic sun.misc.InnocuousThread.threadNumber:Ljava/util/concurrent/atomic/AtomicInteger;
         1: .line 121
            new java.security.AccessControlContext
            dup
            iconst_1
            anewarray java.security.ProtectionDomain
            dup
            iconst_0
         2: .line 122
            new java.security.ProtectionDomain
            dup
            aconst_null
            aconst_null
            invokespecial java.security.ProtectionDomain.<init>:(Ljava/security/CodeSource;Ljava/security/PermissionCollection;)V
            aastore
         3: .line 121
            invokespecial java.security.AccessControlContext.<init>:([Ljava/security/ProtectionDomain;)V
            putstatic sun.misc.InnocuousThread.ACC:Ljava/security/AccessControlContext;
         4: .line 126
            invokestatic sun.misc.Unsafe.getUnsafe:()Lsun/misc/Unsafe;
            putstatic sun.misc.InnocuousThread.UNSAFE:Lsun/misc/Unsafe;
         5: .line 127
            ldc Ljava/lang/Thread;
            astore 0 /* tk */
        start local 0 // java.lang.Class tk
         6: .line 128
            ldc Ljava/lang/ThreadGroup;
            astore 1 /* gk */
        start local 1 // java.lang.Class gk
         7: .line 130
            getstatic sun.misc.InnocuousThread.UNSAFE:Lsun/misc/Unsafe;
         8: .line 131
            aload 0 /* tk */
            ldc "threadLocals"
            invokevirtual java.lang.Class.getDeclaredField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
         9: .line 130
            invokevirtual sun.misc.Unsafe.objectFieldOffset:(Ljava/lang/reflect/Field;)J
            putstatic sun.misc.InnocuousThread.THREAD_LOCALS:J
        10: .line 132
            getstatic sun.misc.InnocuousThread.UNSAFE:Lsun/misc/Unsafe;
        11: .line 133
            aload 0 /* tk */
            ldc "inheritableThreadLocals"
            invokevirtual java.lang.Class.getDeclaredField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
        12: .line 132
            invokevirtual sun.misc.Unsafe.objectFieldOffset:(Ljava/lang/reflect/Field;)J
            putstatic sun.misc.InnocuousThread.INHERITABLE_THREAD_LOCALS:J
        13: .line 134
            getstatic sun.misc.InnocuousThread.UNSAFE:Lsun/misc/Unsafe;
        14: .line 135
            aload 0 /* tk */
            ldc "inheritedAccessControlContext"
            invokevirtual java.lang.Class.getDeclaredField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
        15: .line 134
            invokevirtual sun.misc.Unsafe.objectFieldOffset:(Ljava/lang/reflect/Field;)J
            putstatic sun.misc.InnocuousThread.INHERITEDACCESSCONTROLCONTEXT:J
        16: .line 136
            getstatic sun.misc.InnocuousThread.UNSAFE:Lsun/misc/Unsafe;
        17: .line 137
            aload 0 /* tk */
            ldc "contextClassLoader"
            invokevirtual java.lang.Class.getDeclaredField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
        18: .line 136
            invokevirtual sun.misc.Unsafe.objectFieldOffset:(Ljava/lang/reflect/Field;)J
            putstatic sun.misc.InnocuousThread.CONTEXTCLASSLOADER:J
        19: .line 139
            getstatic sun.misc.InnocuousThread.UNSAFE:Lsun/misc/Unsafe;
            aload 0 /* tk */
            ldc "group"
            invokevirtual java.lang.Class.getDeclaredField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
            invokevirtual sun.misc.Unsafe.objectFieldOffset:(Ljava/lang/reflect/Field;)J
            lstore 2 /* tg */
        start local 2 // long tg
        20: .line 140
            getstatic sun.misc.InnocuousThread.UNSAFE:Lsun/misc/Unsafe;
            aload 1 /* gk */
            ldc "parent"
            invokevirtual java.lang.Class.getDeclaredField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
            invokevirtual sun.misc.Unsafe.objectFieldOffset:(Ljava/lang/reflect/Field;)J
            lstore 4 /* gp */
        start local 4 // long gp
        21: .line 142
            getstatic sun.misc.InnocuousThread.UNSAFE:Lsun/misc/Unsafe;
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            lload 2 /* tg */
            invokevirtual sun.misc.Unsafe.getObject:(Ljava/lang/Object;J)Ljava/lang/Object;
        22: .line 141
            checkcast java.lang.ThreadGroup
            astore 6 /* group */
        start local 6 // java.lang.ThreadGroup group
        23: .line 144
            goto 28
        24: .line 145
      StackMap locals: java.lang.Class java.lang.Class long long java.lang.ThreadGroup
      StackMap stack:
            getstatic sun.misc.InnocuousThread.UNSAFE:Lsun/misc/Unsafe;
            aload 6 /* group */
            lload 4 /* gp */
            invokevirtual sun.misc.Unsafe.getObject:(Ljava/lang/Object;J)Ljava/lang/Object;
            checkcast java.lang.ThreadGroup
            astore 7 /* parent */
        start local 7 // java.lang.ThreadGroup parent
        25: .line 146
            aload 7 /* parent */
            ifnonnull 27
        26: .line 147
            goto 29
        27: .line 148
      StackMap locals: java.lang.ThreadGroup
      StackMap stack:
            aload 7 /* parent */
            astore 6 /* group */
        end local 7 // java.lang.ThreadGroup parent
        28: .line 144
      StackMap locals:
      StackMap stack:
            aload 6 /* group */
            ifnonnull 24
        29: .line 150
      StackMap locals:
      StackMap stack:
            aload 6 /* group */
            astore 7 /* root */
        start local 7 // java.lang.ThreadGroup root
        30: .line 152
            new sun.misc.InnocuousThread$1
            dup
            aload 7 /* root */
            invokespecial sun.misc.InnocuousThread$1.<init>:(Ljava/lang/ThreadGroup;)V
        31: .line 151
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.ThreadGroup
            putstatic sun.misc.InnocuousThread.INNOCUOUSTHREADGROUP:Ljava/lang/ThreadGroup;
        end local 7 // java.lang.ThreadGroup root
        end local 6 // java.lang.ThreadGroup group
        end local 4 // long gp
        end local 2 // long tg
        end local 1 // java.lang.Class gk
        end local 0 // java.lang.Class tk
        32: .line 158
            goto 35
      StackMap locals:
      StackMap stack: java.lang.Exception
        33: astore 0 /* e */
        start local 0 // java.lang.Exception e
        34: .line 159
            new java.lang.Error
            dup
            aload 0 /* e */
            invokespecial java.lang.Error.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 0 // java.lang.Exception e
        35: .line 161
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            6   32     0      tk  Ljava/lang/Class<*>;
            7   32     1      gk  Ljava/lang/Class<*>;
           20   32     2      tg  J
           21   32     4      gp  J
           23   32     6   group  Ljava/lang/ThreadGroup;
           25   28     7  parent  Ljava/lang/ThreadGroup;
           30   32     7    root  Ljava/lang/ThreadGroup;
           34   35     0       e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1    32      33  Class java.lang.Exception

  private static java.lang.String newName();
    descriptor: ()Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 51
            new java.lang.StringBuilder
            dup
            ldc "InnocuousThread-"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            getstatic sun.misc.InnocuousThread.threadNumber:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.getAndIncrement:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static java.lang.Thread newSystemThread(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)Ljava/lang/Thread;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Runnable target
         0: .line 59
            invokestatic sun.misc.InnocuousThread.newName:()Ljava/lang/String;
            aload 0 /* target */
            invokestatic sun.misc.InnocuousThread.newSystemThread:(Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Thread;
            areturn
        end local 0 // java.lang.Runnable target
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  target  Ljava/lang/Runnable;
    MethodParameters:
        Name  Flags
      target  

  public static java.lang.Thread newSystemThread(java.lang.String, java.lang.Runnable);
    descriptor: (Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Thread;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // java.lang.String name
        start local 1 // java.lang.Runnable target
         0: .line 66
            new sun.misc.InnocuousThread
            dup
            getstatic sun.misc.InnocuousThread.INNOCUOUSTHREADGROUP:Ljava/lang/ThreadGroup;
         1: .line 67
            aload 1 /* target */
            aload 0 /* name */
            aconst_null
         2: .line 66
            invokespecial sun.misc.InnocuousThread.<init>:(Ljava/lang/ThreadGroup;Ljava/lang/Runnable;Ljava/lang/String;Ljava/lang/ClassLoader;)V
            areturn
        end local 1 // java.lang.Runnable target
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    name  Ljava/lang/String;
            0    3     1  target  Ljava/lang/Runnable;
    MethodParameters:
        Name  Flags
      name    
      target  

  public void <init>(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.misc.InnocuousThread this
        start local 1 // java.lang.Runnable target
         0: .line 71
            aload 0 /* this */
            getstatic sun.misc.InnocuousThread.INNOCUOUSTHREADGROUP:Ljava/lang/ThreadGroup;
            aload 1 /* target */
            invokestatic sun.misc.InnocuousThread.newName:()Ljava/lang/String;
            invokespecial java.lang.Thread.<init>:(Ljava/lang/ThreadGroup;Ljava/lang/Runnable;Ljava/lang/String;)V
         1: .line 72
            getstatic sun.misc.InnocuousThread.UNSAFE:Lsun/misc/Unsafe;
            aload 0 /* this */
            getstatic sun.misc.InnocuousThread.INHERITEDACCESSCONTROLCONTEXT:J
            getstatic sun.misc.InnocuousThread.ACC:Ljava/security/AccessControlContext;
            invokevirtual sun.misc.Unsafe.putOrderedObject:(Ljava/lang/Object;JLjava/lang/Object;)V
         2: .line 73
            aload 0 /* this */
            invokevirtual sun.misc.InnocuousThread.eraseThreadLocals:()V
         3: .line 74
            return
        end local 1 // java.lang.Runnable target
        end local 0 // sun.misc.InnocuousThread this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/misc/InnocuousThread;
            0    4     1  target  Ljava/lang/Runnable;
    MethodParameters:
        Name  Flags
      target  

  private void <init>(java.lang.ThreadGroup, java.lang.Runnable, java.lang.String, java.lang.ClassLoader);
    descriptor: (Ljava/lang/ThreadGroup;Ljava/lang/Runnable;Ljava/lang/String;Ljava/lang/ClassLoader;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // sun.misc.InnocuousThread this
        start local 1 // java.lang.ThreadGroup group
        start local 2 // java.lang.Runnable target
        start local 3 // java.lang.String name
        start local 4 // java.lang.ClassLoader tccl
         0: .line 77
            aload 0 /* this */
            aload 1 /* group */
            aload 2 /* target */
            aload 3 /* name */
            lconst_0
            invokespecial java.lang.Thread.<init>:(Ljava/lang/ThreadGroup;Ljava/lang/Runnable;Ljava/lang/String;J)V
         1: .line 78
            getstatic sun.misc.InnocuousThread.UNSAFE:Lsun/misc/Unsafe;
            aload 0 /* this */
            getstatic sun.misc.InnocuousThread.INHERITEDACCESSCONTROLCONTEXT:J
            getstatic sun.misc.InnocuousThread.ACC:Ljava/security/AccessControlContext;
            invokevirtual sun.misc.Unsafe.putOrderedObject:(Ljava/lang/Object;JLjava/lang/Object;)V
         2: .line 79
            getstatic sun.misc.InnocuousThread.UNSAFE:Lsun/misc/Unsafe;
            aload 0 /* this */
            getstatic sun.misc.InnocuousThread.CONTEXTCLASSLOADER:J
            aload 4 /* tccl */
            invokevirtual sun.misc.Unsafe.putOrderedObject:(Ljava/lang/Object;JLjava/lang/Object;)V
         3: .line 80
            aload 0 /* this */
            invokevirtual sun.misc.InnocuousThread.eraseThreadLocals:()V
         4: .line 81
            return
        end local 4 // java.lang.ClassLoader tccl
        end local 3 // java.lang.String name
        end local 2 // java.lang.Runnable target
        end local 1 // java.lang.ThreadGroup group
        end local 0 // sun.misc.InnocuousThread this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/misc/InnocuousThread;
            0    5     1   group  Ljava/lang/ThreadGroup;
            0    5     2  target  Ljava/lang/Runnable;
            0    5     3    name  Ljava/lang/String;
            0    5     4    tccl  Ljava/lang/ClassLoader;
    MethodParameters:
        Name  Flags
      group   
      target  
      name    
      tccl    

  public java.lang.ClassLoader getContextClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.misc.InnocuousThread this
         0: .line 86
            invokestatic java.lang.ClassLoader.getSystemClassLoader:()Ljava/lang/ClassLoader;
            areturn
        end local 0 // sun.misc.InnocuousThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/misc/InnocuousThread;

  public void setUncaughtExceptionHandler(java.lang.Thread$UncaughtExceptionHandler);
    descriptor: (Ljava/lang/Thread$UncaughtExceptionHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.misc.InnocuousThread this
        start local 1 // java.lang.Thread$UncaughtExceptionHandler x
         0: .line 92
            return
        end local 1 // java.lang.Thread$UncaughtExceptionHandler x
        end local 0 // sun.misc.InnocuousThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/misc/InnocuousThread;
            0    1     1     x  Ljava/lang/Thread$UncaughtExceptionHandler;
    MethodParameters:
      Name  Flags
      x     

  public void setContextClassLoader(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.misc.InnocuousThread this
        start local 1 // java.lang.ClassLoader cl
         0: .line 96
            new java.lang.SecurityException
            dup
            ldc "setContextClassLoader"
            invokespecial java.lang.SecurityException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.ClassLoader cl
        end local 0 // sun.misc.InnocuousThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/misc/InnocuousThread;
            0    1     1    cl  Ljava/lang/ClassLoader;
    MethodParameters:
      Name  Flags
      cl    

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.misc.InnocuousThread this
         0: .line 104
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            aload 0 /* this */
            if_acmpne 3
            aload 0 /* this */
            getfield sun.misc.InnocuousThread.hasRun:Z
            ifne 3
         1: .line 105
            aload 0 /* this */
            iconst_1
            putfield sun.misc.InnocuousThread.hasRun:Z
         2: .line 106
            aload 0 /* this */
            invokespecial java.lang.Thread.run:()V
         3: .line 108
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.misc.InnocuousThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/misc/InnocuousThread;

  public void eraseThreadLocals();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.misc.InnocuousThread this
         0: .line 114
            getstatic sun.misc.InnocuousThread.UNSAFE:Lsun/misc/Unsafe;
            aload 0 /* this */
            getstatic sun.misc.InnocuousThread.THREAD_LOCALS:J
            aconst_null
            invokevirtual sun.misc.Unsafe.putObject:(Ljava/lang/Object;JLjava/lang/Object;)V
         1: .line 115
            getstatic sun.misc.InnocuousThread.UNSAFE:Lsun/misc/Unsafe;
            aload 0 /* this */
            getstatic sun.misc.InnocuousThread.INHERITABLE_THREAD_LOCALS:J
            aconst_null
            invokevirtual sun.misc.Unsafe.putObject:(Ljava/lang/Object;JLjava/lang/Object;)V
         2: .line 116
            return
        end local 0 // sun.misc.InnocuousThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/misc/InnocuousThread;
}
SourceFile: "InnocuousThread.java"
NestMembers:
  sun.misc.InnocuousThread$1
InnerClasses:
  public abstract UncaughtExceptionHandler = java.lang.Thread$UncaughtExceptionHandler of java.lang.Thread
  sun.misc.InnocuousThread$1