class sun.awt.image.ImageFetcher extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.awt.image.ImageFetcher
  super_class: java.lang.Thread
{
  static final int HIGH_PRIORITY;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  static final int LOW_PRIORITY;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final int ANIM_PRIORITY;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int TIMEOUT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 5000

  private void <init>(java.lang.ThreadGroup, int);
    descriptor: (Ljava/lang/ThreadGroup;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // sun.awt.image.ImageFetcher this
        start local 1 // java.lang.ThreadGroup threadGroup
        start local 2 // int index
         0: .line 57
            aload 0 /* this */
            aload 1 /* threadGroup */
            new java.lang.StringBuilder
            dup
            ldc "Image Fetcher "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.Thread.<init>:(Ljava/lang/ThreadGroup;Ljava/lang/String;)V
         1: .line 58
            aload 0 /* this */
            iconst_1
            invokevirtual sun.awt.image.ImageFetcher.setDaemon:(Z)V
         2: .line 59
            return
        end local 2 // int index
        end local 1 // java.lang.ThreadGroup threadGroup
        end local 0 // sun.awt.image.ImageFetcher this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lsun/awt/image/ImageFetcher;
            0    3     1  threadGroup  Ljava/lang/ThreadGroup;
            0    3     2        index  I
    MethodParameters:
             Name  Flags
      threadGroup  
      index        

  public static boolean add(sun.awt.image.ImageFetchable);
    descriptor: (Lsun/awt/image/ImageFetchable;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.awt.image.ImageFetchable src
         0: .line 68
            invokestatic sun.awt.image.FetcherInfo.getFetcherInfo:()Lsun/awt/image/FetcherInfo;
            astore 1 /* info */
        start local 1 // sun.awt.image.FetcherInfo info
         1: .line 69
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            dup
            astore 2
            monitorenter
         2: .line 70
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            aload 0 /* src */
            invokevirtual java.util.Vector.contains:(Ljava/lang/Object;)Z
            ifne 13
         3: .line 71
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            aload 0 /* src */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
         4: .line 72
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.numWaiting:I
            ifne 7
         5: .line 73
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.numFetchers:I
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            arraylength
            if_icmpge 7
         6: .line 74
            aload 1 /* info */
            invokestatic sun.awt.image.ImageFetcher.createFetchers:(Lsun/awt/image/FetcherInfo;)V
         7: .line 84
      StackMap locals: sun.awt.image.FetcherInfo java.util.Vector
      StackMap stack:
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.numFetchers:I
            ifle 10
         8: .line 85
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            invokevirtual java.lang.Object.notify:()V
         9: .line 86
            goto 13
        10: .line 87
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            aload 0 /* src */
            invokevirtual java.util.Vector.removeElement:(Ljava/lang/Object;)Z
            pop
        11: .line 88
            aload 2
            monitorexit
        12: iconst_0
            ireturn
        13: .line 69
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        14: goto 17
      StackMap locals:
      StackMap stack: java.lang.Throwable
        15: aload 2
            monitorexit
        16: athrow
        17: .line 92
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // sun.awt.image.FetcherInfo info
        end local 0 // sun.awt.image.ImageFetchable src
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0   src  Lsun/awt/image/ImageFetchable;
            1   18     1  info  Lsun/awt/image/FetcherInfo;
      Exception table:
        from    to  target  type
           2    12      15  any
          13    14      15  any
          15    16      15  any
    MethodParameters:
      Name  Flags
      src   

  public static void remove(sun.awt.image.ImageFetchable);
    descriptor: (Lsun/awt/image/ImageFetchable;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.awt.image.ImageFetchable src
         0: .line 99
            invokestatic sun.awt.image.FetcherInfo.getFetcherInfo:()Lsun/awt/image/FetcherInfo;
            astore 1 /* info */
        start local 1 // sun.awt.image.FetcherInfo info
         1: .line 100
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            dup
            astore 2
            monitorenter
         2: .line 101
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            aload 0 /* src */
            invokevirtual java.util.Vector.contains:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 102
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            aload 0 /* src */
            invokevirtual java.util.Vector.removeElement:(Ljava/lang/Object;)Z
            pop
         4: .line 100
      StackMap locals: sun.awt.image.FetcherInfo java.util.Vector
      StackMap stack:
            aload 2
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 2
            monitorexit
         7: athrow
         8: .line 105
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.awt.image.FetcherInfo info
        end local 0 // sun.awt.image.ImageFetchable src
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0   src  Lsun/awt/image/ImageFetchable;
            1    9     1  info  Lsun/awt/image/FetcherInfo;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any
    MethodParameters:
      Name  Flags
      src   

  public static boolean isFetcher(java.lang.Thread);
    descriptor: (Ljava/lang/Thread;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // java.lang.Thread t
         0: .line 111
            invokestatic sun.awt.image.FetcherInfo.getFetcherInfo:()Lsun/awt/image/FetcherInfo;
            astore 1 /* info */
        start local 1 // sun.awt.image.FetcherInfo info
         1: .line 112
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            dup
            astore 2
            monitorenter
         2: .line 113
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 8
         4: .line 114
      StackMap locals: sun.awt.image.FetcherInfo java.util.Vector int
      StackMap stack:
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            iload 3 /* i */
            aaload
            aload 0 /* t */
            if_acmpne 7
         5: .line 115
            aload 2
            monitorexit
         6: iconst_1
            ireturn
         7: .line 113
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            arraylength
            if_icmplt 4
        end local 3 // int i
         9: .line 112
            aload 2
            monitorexit
        10: goto 13
      StackMap locals: java.lang.Thread sun.awt.image.FetcherInfo java.util.Vector
      StackMap stack: java.lang.Throwable
        11: aload 2
            monitorexit
        12: athrow
        13: .line 119
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // sun.awt.image.FetcherInfo info
        end local 0 // java.lang.Thread t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0     t  Ljava/lang/Thread;
            1   14     1  info  Lsun/awt/image/FetcherInfo;
            3    9     3     i  I
      Exception table:
        from    to  target  type
           2     6      11  any
           7    10      11  any
          11    12      11  any
    MethodParameters:
      Name  Flags
      t     

  public static boolean amFetcher();
    descriptor: ()Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 126
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokestatic sun.awt.image.ImageFetcher.isFetcher:(Ljava/lang/Thread;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static sun.awt.image.ImageFetchable nextImage();
    descriptor: ()Lsun/awt/image/ImageFetchable;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=8, args_size=0
         0: .line 135
            invokestatic sun.awt.image.FetcherInfo.getFetcherInfo:()Lsun/awt/image/FetcherInfo;
            astore 0 /* info */
        start local 0 // sun.awt.image.FetcherInfo info
         1: .line 136
            aload 0 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            dup
            astore 1
            monitorenter
         2: .line 137
            aconst_null
            astore 2 /* src */
        start local 2 // sun.awt.image.ImageFetchable src
         3: .line 138
            invokestatic java.lang.System.currentTimeMillis:()J
            ldc 5000
            ladd
            lstore 3 /* end */
        start local 3 // long end
         4: .line 139
            goto 23
         5: .line 141
      StackMap locals: sun.awt.image.FetcherInfo java.util.Vector sun.awt.image.ImageFetchable long
      StackMap stack:
            invokestatic java.lang.System.currentTimeMillis:()J
            lstore 5 /* now */
        start local 5 // long now
         6: .line 142
            lload 5 /* now */
            lload 3 /* end */
            lcmp
            iflt 9
         7: .line 143
            aload 1
            monitorexit
         8: aconst_null
            areturn
         9: .line 146
      StackMap locals: long
      StackMap stack:
            aload 0 /* info */
            dup
            getfield sun.awt.image.FetcherInfo.numWaiting:I
            iconst_1
            iadd
            putfield sun.awt.image.FetcherInfo.numWaiting:I
        10: .line 147
            aload 0 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            lload 3 /* end */
            lload 5 /* now */
            lsub
            invokevirtual java.lang.Object.wait:(J)V
        11: .line 148
            goto 18
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
        12: pop
        13: .line 152
            aload 0 /* info */
            dup
            getfield sun.awt.image.FetcherInfo.numWaiting:I
            iconst_1
            isub
            putfield sun.awt.image.FetcherInfo.numWaiting:I
            aload 1
            monitorexit
        14: .line 150
            aconst_null
            areturn
        15: .line 151
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        16: .line 152
            aload 0 /* info */
            dup
            getfield sun.awt.image.FetcherInfo.numWaiting:I
            iconst_1
            isub
            putfield sun.awt.image.FetcherInfo.numWaiting:I
        17: .line 153
            aload 7
            athrow
        18: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* info */
            dup
            getfield sun.awt.image.FetcherInfo.numWaiting:I
            iconst_1
            isub
            putfield sun.awt.image.FetcherInfo.numWaiting:I
        end local 5 // long now
        19: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* info */
        20: .line 140
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            ifeq 5
        21: .line 155
            aload 0 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            iconst_0
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast sun.awt.image.ImageFetchable
            astore 2 /* src */
        22: .line 156
            aload 0 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            aload 2 /* src */
            invokevirtual java.util.Vector.removeElement:(Ljava/lang/Object;)Z
            pop
        23: .line 139
      StackMap locals:
      StackMap stack:
            aload 2 /* src */
            ifnull 19
        24: .line 158
            aload 2 /* src */
            aload 1
            monitorexit
        25: areturn
        end local 3 // long end
        end local 2 // sun.awt.image.ImageFetchable src
        26: .line 136
      StackMap locals: sun.awt.image.FetcherInfo java.util.Vector
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
        27: athrow
        end local 0 // sun.awt.image.FetcherInfo info
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1   28     0  info  Lsun/awt/image/FetcherInfo;
            3   26     2   src  Lsun/awt/image/ImageFetchable;
            4   26     3   end  J
            6   19     5   now  J
      Exception table:
        from    to  target  type
           9    11      12  Class java.lang.InterruptedException
           9    13      15  any
           2     8      26  any
           9    14      26  any
          15    25      26  any
          26    27      26  any

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // sun.awt.image.ImageFetcher this
         0: .line 167
            invokestatic sun.awt.image.FetcherInfo.getFetcherInfo:()Lsun/awt/image/FetcherInfo;
            astore 1 /* info */
        start local 1 // sun.awt.image.FetcherInfo info
         1: .line 169
            aload 0 /* this */
            invokevirtual sun.awt.image.ImageFetcher.fetchloop:()V
         2: .line 170
            goto 33
      StackMap locals: sun.awt.image.ImageFetcher sun.awt.image.FetcherInfo
      StackMap stack: java.lang.Exception
         3: astore 2 /* e */
        start local 2 // java.lang.Exception e
         4: .line 171
            aload 2 /* e */
            invokevirtual java.lang.Exception.printStackTrace:()V
        end local 2 // java.lang.Exception e
         5: .line 173
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            dup
            astore 4
            monitorenter
         6: .line 174
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            astore 5 /* me */
        start local 5 // java.lang.Thread me
         7: .line 175
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         8: goto 13
         9: .line 176
      StackMap locals: sun.awt.image.ImageFetcher sun.awt.image.FetcherInfo top top java.util.Vector java.lang.Thread int
      StackMap stack:
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            iload 6 /* i */
            aaload
            aload 5 /* me */
            if_acmpne 12
        10: .line 177
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            iload 6 /* i */
            aconst_null
            aastore
        11: .line 178
            aload 1 /* info */
            dup
            getfield sun.awt.image.FetcherInfo.numFetchers:I
            iconst_1
            isub
            putfield sun.awt.image.FetcherInfo.numFetchers:I
        12: .line 175
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 6 /* i */
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            arraylength
            if_icmplt 9
        end local 6 // int i
        end local 5 // java.lang.Thread me
        14: .line 173
            aload 4
            monitorexit
        15: goto 46
      StackMap locals: sun.awt.image.ImageFetcher sun.awt.image.FetcherInfo top top java.util.Vector
      StackMap stack: java.lang.Throwable
        16: aload 4
            monitorexit
        17: athrow
        18: .line 172
      StackMap locals: sun.awt.image.ImageFetcher sun.awt.image.FetcherInfo
      StackMap stack: java.lang.Throwable
            astore 3
        19: .line 173
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            dup
            astore 4
            monitorenter
        20: .line 174
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            astore 5 /* me */
        start local 5 // java.lang.Thread me
        21: .line 175
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        22: goto 27
        23: .line 176
      StackMap locals: sun.awt.image.ImageFetcher sun.awt.image.FetcherInfo top java.lang.Throwable java.util.Vector java.lang.Thread int
      StackMap stack:
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            iload 6 /* i */
            aaload
            aload 5 /* me */
            if_acmpne 26
        24: .line 177
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            iload 6 /* i */
            aconst_null
            aastore
        25: .line 178
            aload 1 /* info */
            dup
            getfield sun.awt.image.FetcherInfo.numFetchers:I
            iconst_1
            isub
            putfield sun.awt.image.FetcherInfo.numFetchers:I
        26: .line 175
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 6 /* i */
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            arraylength
            if_icmplt 23
        end local 6 // int i
        end local 5 // java.lang.Thread me
        28: .line 173
            aload 4
            monitorexit
        29: goto 32
      StackMap locals: sun.awt.image.ImageFetcher sun.awt.image.FetcherInfo top java.lang.Throwable java.util.Vector
      StackMap stack: java.lang.Throwable
        30: aload 4
            monitorexit
        31: athrow
        32: .line 182
      StackMap locals:
      StackMap stack:
            aload 3
            athrow
        33: .line 173
      StackMap locals: sun.awt.image.ImageFetcher sun.awt.image.FetcherInfo
      StackMap stack:
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            dup
            astore 4
            monitorenter
        34: .line 174
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            astore 5 /* me */
        start local 5 // java.lang.Thread me
        35: .line 175
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        36: goto 41
        37: .line 176
      StackMap locals: sun.awt.image.ImageFetcher sun.awt.image.FetcherInfo top top java.util.Vector java.lang.Thread int
      StackMap stack:
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            iload 6 /* i */
            aaload
            aload 5 /* me */
            if_acmpne 40
        38: .line 177
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            iload 6 /* i */
            aconst_null
            aastore
        39: .line 178
            aload 1 /* info */
            dup
            getfield sun.awt.image.FetcherInfo.numFetchers:I
            iconst_1
            isub
            putfield sun.awt.image.FetcherInfo.numFetchers:I
        40: .line 175
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        41: iload 6 /* i */
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            arraylength
            if_icmplt 37
        end local 6 // int i
        end local 5 // java.lang.Thread me
        42: .line 173
            aload 4
            monitorexit
        43: goto 46
      StackMap locals: sun.awt.image.ImageFetcher sun.awt.image.FetcherInfo top top java.util.Vector
      StackMap stack: java.lang.Throwable
        44: aload 4
            monitorexit
        45: athrow
        46: .line 183
      StackMap locals: sun.awt.image.ImageFetcher sun.awt.image.FetcherInfo
      StackMap stack:
            return
        end local 1 // sun.awt.image.FetcherInfo info
        end local 0 // sun.awt.image.ImageFetcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   47     0  this  Lsun/awt/image/ImageFetcher;
            1   47     1  info  Lsun/awt/image/FetcherInfo;
            4    5     2     e  Ljava/lang/Exception;
            7   14     5    me  Ljava/lang/Thread;
           21   28     5    me  Ljava/lang/Thread;
           35   42     5    me  Ljava/lang/Thread;
            8   14     6     i  I
           22   28     6     i  I
           36   42     6     i  I
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception
           6    15      16  any
          16    17      16  any
           1     5      18  any
          20    29      30  any
          30    31      30  any
          34    43      44  any
          44    45      44  any

  private void fetchloop();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // sun.awt.image.ImageFetcher this
         0: .line 191
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            astore 1 /* me */
        start local 1 // java.lang.Thread me
         1: .line 192
            goto 13
         2: .line 198
      StackMap locals: java.lang.Thread
      StackMap stack:
            invokestatic java.lang.Thread.interrupted:()Z
            pop
         3: .line 199
            aload 1 /* me */
            bipush 8
            invokevirtual java.lang.Thread.setPriority:(I)V
         4: .line 200
            invokestatic sun.awt.image.ImageFetcher.nextImage:()Lsun/awt/image/ImageFetchable;
            astore 2 /* src */
        start local 2 // sun.awt.image.ImageFetchable src
         5: .line 201
            aload 2 /* src */
            ifnonnull 7
         6: .line 202
            return
         7: .line 205
      StackMap locals: sun.awt.image.ImageFetchable
      StackMap stack:
            aload 2 /* src */
            invokeinterface sun.awt.image.ImageFetchable.doFetch:()V
         8: .line 206
            goto 12
      StackMap locals:
      StackMap stack: java.lang.Exception
         9: astore 3 /* e */
        start local 3 // java.lang.Exception e
        10: .line 207
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            ldc "Uncaught error fetching image:"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        11: .line 208
            aload 3 /* e */
            invokevirtual java.lang.Exception.printStackTrace:()V
        end local 3 // java.lang.Exception e
        12: .line 210
      StackMap locals:
      StackMap stack:
            aload 1 /* me */
            invokestatic sun.awt.image.ImageFetcher.stoppingAnimation:(Ljava/lang/Thread;)V
        end local 2 // sun.awt.image.ImageFetchable src
        13: .line 192
      StackMap locals:
      StackMap stack:
            aload 1 /* me */
            invokestatic sun.awt.image.ImageFetcher.isFetcher:(Ljava/lang/Thread;)Z
            ifne 2
        14: .line 212
            return
        end local 1 // java.lang.Thread me
        end local 0 // sun.awt.image.ImageFetcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lsun/awt/image/ImageFetcher;
            1   15     1    me  Ljava/lang/Thread;
            5   13     2   src  Lsun/awt/image/ImageFetchable;
           10   12     3     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           7     8       9  Class java.lang.Exception

  static void startingAnimation();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=4, args_size=0
         0: .line 221
            invokestatic sun.awt.image.FetcherInfo.getFetcherInfo:()Lsun/awt/image/FetcherInfo;
            astore 0 /* info */
        start local 0 // sun.awt.image.FetcherInfo info
         1: .line 222
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            astore 1 /* me */
        start local 1 // java.lang.Thread me
         2: .line 223
            aload 0 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            dup
            astore 2
            monitorenter
         3: .line 224
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 14
         5: .line 225
      StackMap locals: sun.awt.image.FetcherInfo java.lang.Thread java.util.Vector int
      StackMap stack:
            aload 0 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            iload 3 /* i */
            aaload
            aload 1 /* me */
            if_acmpne 13
         6: .line 226
            aload 0 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            iload 3 /* i */
            aconst_null
            aastore
         7: .line 227
            aload 0 /* info */
            dup
            getfield sun.awt.image.FetcherInfo.numFetchers:I
            iconst_1
            isub
            putfield sun.awt.image.FetcherInfo.numFetchers:I
         8: .line 228
            aload 1 /* me */
            new java.lang.StringBuilder
            dup
            ldc "Image Animator "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.Thread.setName:(Ljava/lang/String;)V
         9: .line 229
            aload 0 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            aload 0 /* info */
            getfield sun.awt.image.FetcherInfo.numWaiting:I
            if_icmple 11
        10: .line 230
            aload 0 /* info */
            invokestatic sun.awt.image.ImageFetcher.createFetchers:(Lsun/awt/image/FetcherInfo;)V
        11: .line 232
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        12: return
        13: .line 224
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 3 /* i */
            aload 0 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            arraylength
            if_icmplt 5
        end local 3 // int i
        15: .line 223
            aload 2
            monitorexit
        16: goto 19
      StackMap locals: sun.awt.image.FetcherInfo java.lang.Thread java.util.Vector
      StackMap stack: java.lang.Throwable
        17: aload 2
            monitorexit
        18: athrow
        19: .line 236
      StackMap locals:
      StackMap stack:
            aload 1 /* me */
            iconst_2
            invokevirtual java.lang.Thread.setPriority:(I)V
        20: .line 237
            aload 1 /* me */
            ldc "Image Animator"
            invokevirtual java.lang.Thread.setName:(Ljava/lang/String;)V
        21: .line 238
            return
        end local 1 // java.lang.Thread me
        end local 0 // sun.awt.image.FetcherInfo info
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1   22     0  info  Lsun/awt/image/FetcherInfo;
            2   22     1    me  Ljava/lang/Thread;
            4   15     3     i  I
      Exception table:
        from    to  target  type
           3    12      17  any
          13    16      17  any
          17    18      17  any

  private static void stoppingAnimation(java.lang.Thread);
    descriptor: (Ljava/lang/Thread;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // java.lang.Thread me
         0: .line 249
            invokestatic sun.awt.image.FetcherInfo.getFetcherInfo:()Lsun/awt/image/FetcherInfo;
            astore 1 /* info */
        start local 1 // sun.awt.image.FetcherInfo info
         1: .line 250
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            dup
            astore 2
            monitorenter
         2: .line 251
            iconst_m1
            istore 3 /* index */
        start local 3 // int index
         3: .line 252
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 11
         5: .line 253
      StackMap locals: java.lang.Thread sun.awt.image.FetcherInfo java.util.Vector int int
      StackMap stack:
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            iload 4 /* i */
            aaload
            aload 0 /* me */
            if_acmpne 8
         6: .line 254
            aload 2
            monitorexit
         7: return
         8: .line 256
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            iload 4 /* i */
            aaload
            ifnonnull 10
         9: .line 257
            iload 4 /* i */
            istore 3 /* index */
        10: .line 252
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            arraylength
            if_icmplt 5
        end local 4 // int i
        12: .line 260
            iload 3 /* index */
            iflt 18
        13: .line 261
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            iload 3 /* index */
            aload 0 /* me */
            aastore
        14: .line 262
            aload 1 /* info */
            dup
            getfield sun.awt.image.FetcherInfo.numFetchers:I
            iconst_1
            iadd
            putfield sun.awt.image.FetcherInfo.numFetchers:I
        15: .line 263
            aload 0 /* me */
            new java.lang.StringBuilder
            dup
            ldc "Image Fetcher "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.Thread.setName:(Ljava/lang/String;)V
        16: .line 264
            aload 2
            monitorexit
        17: return
        end local 3 // int index
        18: .line 250
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        19: goto 22
      StackMap locals:
      StackMap stack: java.lang.Throwable
        20: aload 2
            monitorexit
        21: athrow
        22: .line 267
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.awt.image.FetcherInfo info
        end local 0 // java.lang.Thread me
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   23     0     me  Ljava/lang/Thread;
            1   23     1   info  Lsun/awt/image/FetcherInfo;
            3   18     3  index  I
            4   12     4      i  I
      Exception table:
        from    to  target  type
           2     7      20  any
           8    17      20  any
          18    19      20  any
          20    21      20  any
    MethodParameters:
      Name  Flags
      me    

  private static void createFetchers(sun.awt.image.FetcherInfo);
    descriptor: (Lsun/awt/image/FetcherInfo;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // sun.awt.image.FetcherInfo info
         0: .line 276
            invokestatic sun.awt.AppContext.getAppContext:()Lsun/awt/AppContext;
            astore 1 /* appContext */
        start local 1 // sun.awt.AppContext appContext
         1: .line 277
            aload 1 /* appContext */
            invokevirtual sun.awt.AppContext.getThreadGroup:()Ljava/lang/ThreadGroup;
            astore 2 /* threadGroup */
        start local 2 // java.lang.ThreadGroup threadGroup
         2: .line 280
            aload 2 /* threadGroup */
            invokevirtual java.lang.ThreadGroup.getParent:()Ljava/lang/ThreadGroup;
            ifnull 5
         3: .line 282
            aload 2 /* threadGroup */
            astore 3 /* fetcherThreadGroup */
        start local 3 // java.lang.ThreadGroup fetcherThreadGroup
         4: .line 283
            goto 16
        end local 3 // java.lang.ThreadGroup fetcherThreadGroup
         5: .line 289
      StackMap locals: sun.awt.AppContext java.lang.ThreadGroup
      StackMap stack:
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getThreadGroup:()Ljava/lang/ThreadGroup;
            astore 2 /* threadGroup */
         6: .line 290
            aload 2 /* threadGroup */
            invokevirtual java.lang.ThreadGroup.getParent:()Ljava/lang/ThreadGroup;
            astore 4 /* parent */
        start local 4 // java.lang.ThreadGroup parent
         7: .line 291
            goto 10
         8: .line 293
      StackMap locals: sun.awt.image.FetcherInfo sun.awt.AppContext java.lang.ThreadGroup top java.lang.ThreadGroup
      StackMap stack:
            aload 4 /* parent */
            astore 2 /* threadGroup */
         9: .line 294
            aload 2 /* threadGroup */
            invokevirtual java.lang.ThreadGroup.getParent:()Ljava/lang/ThreadGroup;
            astore 4 /* parent */
        10: .line 291
      StackMap locals:
      StackMap stack:
            aload 4 /* parent */
            ifnull 12
        11: .line 292
            aload 4 /* parent */
            invokevirtual java.lang.ThreadGroup.getParent:()Ljava/lang/ThreadGroup;
            ifnonnull 8
        12: .line 296
      StackMap locals:
      StackMap stack:
            aload 2 /* threadGroup */
            astore 3 /* fetcherThreadGroup */
        end local 4 // java.lang.ThreadGroup parent
        start local 3 // java.lang.ThreadGroup fetcherThreadGroup
        13: .line 298
            goto 16
        end local 3 // java.lang.ThreadGroup fetcherThreadGroup
      StackMap locals: sun.awt.image.FetcherInfo sun.awt.AppContext java.lang.ThreadGroup
      StackMap stack: java.lang.SecurityException
        14: pop
        15: .line 301
            aload 1 /* appContext */
            invokevirtual sun.awt.AppContext.getThreadGroup:()Ljava/lang/ThreadGroup;
            astore 3 /* fetcherThreadGroup */
        start local 3 // java.lang.ThreadGroup fetcherThreadGroup
        16: .line 303
      StackMap locals: java.lang.ThreadGroup
      StackMap stack:
            aload 3 /* fetcherThreadGroup */
            astore 4 /* fetcherGroup */
        start local 4 // java.lang.ThreadGroup fetcherGroup
        17: .line 306
            new sun.awt.image.ImageFetcher$1
            dup
            aload 0 /* info */
            aload 4 /* fetcherGroup */
            invokespecial sun.awt.image.ImageFetcher$1.<init>:(Lsun/awt/image/FetcherInfo;Ljava/lang/ThreadGroup;)V
        18: .line 305
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            pop
        19: .line 324
            return
        end local 4 // java.lang.ThreadGroup fetcherGroup
        end local 3 // java.lang.ThreadGroup fetcherThreadGroup
        end local 2 // java.lang.ThreadGroup threadGroup
        end local 1 // sun.awt.AppContext appContext
        end local 0 // sun.awt.image.FetcherInfo info
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   20     0                info  Lsun/awt/image/FetcherInfo;
            1   20     1          appContext  Lsun/awt/AppContext;
            2   20     2         threadGroup  Ljava/lang/ThreadGroup;
            4    5     3  fetcherThreadGroup  Ljava/lang/ThreadGroup;
           13   14     3  fetcherThreadGroup  Ljava/lang/ThreadGroup;
           16   20     3  fetcherThreadGroup  Ljava/lang/ThreadGroup;
            7   13     4              parent  Ljava/lang/ThreadGroup;
           17   20     4        fetcherGroup  Ljava/lang/ThreadGroup;
      Exception table:
        from    to  target  type
           2    13      14  Class java.lang.SecurityException
    MethodParameters:
      Name  Flags
      info  final
}
SourceFile: "ImageFetcher.java"
NestMembers:
  sun.awt.image.ImageFetcher$1
InnerClasses:
  sun.awt.image.ImageFetcher$1