class sun.security.provider.SeedGenerator$ThreadedSeedGenerator$BogusThread implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.provider.SeedGenerator$ThreadedSeedGenerator$BogusThread
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.provider.SeedGenerator$ThreadedSeedGenerator$BogusThread this
         0: .line 470
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.security.provider.SeedGenerator$ThreadedSeedGenerator$BogusThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/provider/SeedGenerator$ThreadedSeedGenerator$BogusThread;

  public final void run();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.security.provider.SeedGenerator$ThreadedSeedGenerator$BogusThread this
         0: .line 474
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 4
         2: .line 475
      StackMap locals: int
      StackMap stack:
            ldc 50
            invokestatic java.lang.Thread.sleep:(J)V
         3: .line 474
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 1 /* i */
            iconst_5
            if_icmplt 2
        end local 1 // int i
         5: .line 478
            goto 7
      StackMap locals: sun.security.provider.SeedGenerator$ThreadedSeedGenerator$BogusThread
      StackMap stack: java.lang.Exception
         6: pop
         7: .line 480
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.provider.SeedGenerator$ThreadedSeedGenerator$BogusThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/security/provider/SeedGenerator$ThreadedSeedGenerator$BogusThread;
            1    5     1     i  I
      Exception table:
        from    to  target  type
           0     5       6  Class java.lang.Exception
}
SourceFile: "SeedGenerator.java"
NestHost: sun.security.provider.SeedGenerator
InnerClasses:
  private ThreadedSeedGenerator = sun.security.provider.SeedGenerator$ThreadedSeedGenerator of sun.security.provider.SeedGenerator
  private BogusThread = sun.security.provider.SeedGenerator$ThreadedSeedGenerator$BogusThread of sun.security.provider.SeedGenerator$ThreadedSeedGenerator