class io.netty.util.internal.ThreadLocalRandom$1 extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.util.internal.ThreadLocalRandom$1
  super_class: java.lang.Thread
{
  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.util.internal.ThreadLocalRandom$1 this
        start local 1 // java.lang.String $anonymous0
         0: .line 84
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            invokespecial java.lang.Thread.<init>:(Ljava/lang/String;)V
            return
        end local 1 // java.lang.String $anonymous0
        end local 0 // io.netty.util.internal.ThreadLocalRandom$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/netty/util/internal/ThreadLocalRandom$1;
            0    1     1  $anonymous0  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      $anonymous0  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // io.netty.util.internal.ThreadLocalRandom$1 this
         0: .line 87
            new java.security.SecureRandom
            dup
            invokespecial java.security.SecureRandom.<init>:()V
            astore 1 /* random */
        start local 1 // java.security.SecureRandom random
         1: .line 88
            aload 1 /* random */
            bipush 8
            invokevirtual java.security.SecureRandom.generateSeed:(I)[B
            astore 2 /* seed */
        start local 2 // byte[] seed
         2: .line 89
            invokestatic java.lang.System.nanoTime:()J
            putstatic io.netty.util.internal.ThreadLocalRandom.seedGeneratorEndTime:J
         3: .line 90
            aload 2 /* seed */
            iconst_0
            baload
            i2l
            ldc 255
            land
            bipush 56
            lshl
         4: .line 91
            aload 2 /* seed */
            iconst_1
            baload
            i2l
            ldc 255
            land
            bipush 48
            lshl
         5: .line 90
            lor
         6: .line 92
            aload 2 /* seed */
            iconst_2
            baload
            i2l
            ldc 255
            land
            bipush 40
            lshl
         7: .line 90
            lor
         8: .line 93
            aload 2 /* seed */
            iconst_3
            baload
            i2l
            ldc 255
            land
            bipush 32
            lshl
         9: .line 90
            lor
        10: .line 94
            aload 2 /* seed */
            iconst_4
            baload
            i2l
            ldc 255
            land
            bipush 24
            lshl
        11: .line 90
            lor
        12: .line 95
            aload 2 /* seed */
            iconst_5
            baload
            i2l
            ldc 255
            land
            bipush 16
            lshl
        13: .line 90
            lor
        14: .line 96
            aload 2 /* seed */
            bipush 6
            baload
            i2l
            ldc 255
            land
            bipush 8
            lshl
        15: .line 90
            lor
        16: .line 97
            aload 2 /* seed */
            bipush 7
            baload
            i2l
            ldc 255
            land
        17: .line 90
            lor
            lstore 3 /* s */
        start local 3 // long s
        18: .line 98
            getstatic io.netty.util.internal.ThreadLocalRandom.seedQueue:Ljava/util/concurrent/BlockingQueue;
            lload 3 /* s */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.concurrent.BlockingQueue.add:(Ljava/lang/Object;)Z
            pop
        19: .line 99
            return
        end local 3 // long s
        end local 2 // byte[] seed
        end local 1 // java.security.SecureRandom random
        end local 0 // io.netty.util.internal.ThreadLocalRandom$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   20     0    this  Lio/netty/util/internal/ThreadLocalRandom$1;
            1   20     1  random  Ljava/security/SecureRandom;
            2   20     2    seed  [B
           18   20     3       s  J
}
SourceFile: "ThreadLocalRandom.java"
EnclosingMethod: io.netty.util.internal.ThreadLocalRandom
NestHost: io.netty.util.internal.ThreadLocalRandom
InnerClasses:
  io.netty.util.internal.ThreadLocalRandom$1