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 void add(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 66
            invokestatic sun.awt.image.FetcherInfo.getFetcherInfo:()Lsun/awt/image/FetcherInfo;
            astore 1 /* info */
        start local 1 // sun.awt.image.FetcherInfo info
         1: .line 67
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            dup
            astore 2
            monitorenter
         2: .line 68
            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 8
         3: .line 69
            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 70
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.numWaiting:I
            ifne 7
         5: .line 71
            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 72
            aload 1 /* info */
            invokestatic sun.awt.image.ImageFetcher.createFetchers:(Lsun/awt/image/FetcherInfo;)V
         7: .line 74
      StackMap locals: sun.awt.image.FetcherInfo java.util.Vector
      StackMap stack:
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            invokevirtual java.lang.Object.notify:()V
         8: .line 67
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
         9: goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: aload 2
            monitorexit
        11: athrow
        12: .line 77
      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   13     0   src  Lsun/awt/image/ImageFetchable;
            1   13     1  info  Lsun/awt/image/FetcherInfo;
      Exception table:
        from    to  target  type
           2     9      10  any
          10    11      10  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 83
            invokestatic sun.awt.image.FetcherInfo.getFetcherInfo:()Lsun/awt/image/FetcherInfo;
            astore 1 /* info */
        start local 1 // sun.awt.image.FetcherInfo info
         1: .line 84
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            dup
            astore 2
            monitorenter
         2: .line 85
            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 86
            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 84
      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 89
      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 95
            invokestatic sun.awt.image.FetcherInfo.getFetcherInfo:()Lsun/awt/image/FetcherInfo;
            astore 1 /* info */
        start local 1 // sun.awt.image.FetcherInfo info
         1: .line 96
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            dup
            astore 2
            monitorenter
         2: .line 97
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 8
         4: .line 98
      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 99
            aload 2
            monitorexit
         6: iconst_1
            ireturn
         7: .line 97
      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 96
            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 103
      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 110
            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 119
            invokestatic sun.awt.image.FetcherInfo.getFetcherInfo:()Lsun/awt/image/FetcherInfo;
            astore 0 /* info */
        start local 0 // sun.awt.image.FetcherInfo info
         1: .line 120
            aload 0 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            dup
            astore 1
            monitorenter
         2: .line 121
            aconst_null
            astore 2 /* src */
        start local 2 // sun.awt.image.ImageFetchable src
         3: .line 122
            invokestatic java.lang.System.currentTimeMillis:()J
            ldc 5000
            ladd
            lstore 3 /* end */
        start local 3 // long end
         4: .line 123
            goto 23
         5: .line 125
      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 126
            lload 5 /* now */
            lload 3 /* end */
            lcmp
            iflt 9
         7: .line 127
            aload 1
            monitorexit
         8: aconst_null
            areturn
         9: .line 130
      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 131
            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 132
            goto 18
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
        12: pop
        13: .line 136
            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 134
            aconst_null
            areturn
        15: .line 135
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        16: .line 136
            aload 0 /* info */
            dup
            getfield sun.awt.image.FetcherInfo.numWaiting:I
            iconst_1
            isub
            putfield sun.awt.image.FetcherInfo.numWaiting:I
        17: .line 137
            aload 7
            athrow
        18: .line 136
      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 137
      StackMap locals:
      StackMap stack:
            aload 0 /* info */
        20: .line 124
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            ifeq 5
        21: .line 139
            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 140
            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 123
      StackMap locals:
      StackMap stack:
            aload 2 /* src */
            ifnull 19
        24: .line 142
            aload 2 /* src */
            aload 1
            monitorexit
        25: areturn
        end local 3 // long end
        end local 2 // sun.awt.image.ImageFetchable src
        26: .line 120
      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 151
            invokestatic sun.awt.image.FetcherInfo.getFetcherInfo:()Lsun/awt/image/FetcherInfo;
            astore 1 /* info */
        start local 1 // sun.awt.image.FetcherInfo info
         1: .line 153
            aload 0 /* this */
            invokevirtual sun.awt.image.ImageFetcher.fetchloop:()V
         2: .line 154
            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 155
            aload 2 /* e */
            invokevirtual java.lang.Exception.printStackTrace:()V
        end local 2 // java.lang.Exception e
         5: .line 157
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            dup
            astore 4
            monitorenter
         6: .line 158
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            astore 5 /* me */
        start local 5 // java.lang.Thread me
         7: .line 159
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         8: goto 13
         9: .line 160
      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 161
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            iload 6 /* i */
            aconst_null
            aastore
        11: .line 162
            aload 1 /* info */
            dup
            getfield sun.awt.image.FetcherInfo.numFetchers:I
            iconst_1
            isub
            putfield sun.awt.image.FetcherInfo.numFetchers:I
        12: .line 159
      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 157
            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 156
      StackMap locals: sun.awt.image.ImageFetcher sun.awt.image.FetcherInfo
      StackMap stack: java.lang.Throwable
            astore 3
        19: .line 157
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            dup
            astore 4
            monitorenter
        20: .line 158
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            astore 5 /* me */
        start local 5 // java.lang.Thread me
        21: .line 159
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        22: goto 27
        23: .line 160
      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 161
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            iload 6 /* i */
            aconst_null
            aastore
        25: .line 162
            aload 1 /* info */
            dup
            getfield sun.awt.image.FetcherInfo.numFetchers:I
            iconst_1
            isub
            putfield sun.awt.image.FetcherInfo.numFetchers:I
        26: .line 159
      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 157
            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 166
      StackMap locals:
      StackMap stack:
            aload 3
            athrow
        33: .line 157
      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 158
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            astore 5 /* me */
        start local 5 // java.lang.Thread me
        35: .line 159
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        36: goto 41
        37: .line 160
      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 161
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            iload 6 /* i */
            aconst_null
            aastore
        39: .line 162
            aload 1 /* info */
            dup
            getfield sun.awt.image.FetcherInfo.numFetchers:I
            iconst_1
            isub
            putfield sun.awt.image.FetcherInfo.numFetchers:I
        40: .line 159
      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 157
            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 167
      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 175
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            astore 1 /* me */
        start local 1 // java.lang.Thread me
         1: .line 176
            goto 13
         2: .line 182
      StackMap locals: java.lang.Thread
      StackMap stack:
            invokestatic java.lang.Thread.interrupted:()Z
            pop
         3: .line 183
            aload 1 /* me */
            bipush 8
            invokevirtual java.lang.Thread.setPriority:(I)V
         4: .line 184
            invokestatic sun.awt.image.ImageFetcher.nextImage:()Lsun/awt/image/ImageFetchable;
            astore 2 /* src */
        start local 2 // sun.awt.image.ImageFetchable src
         5: .line 185
            aload 2 /* src */
            ifnonnull 7
         6: .line 186
            return
         7: .line 189
      StackMap locals: sun.awt.image.ImageFetchable
      StackMap stack:
            aload 2 /* src */
            invokeinterface sun.awt.image.ImageFetchable.doFetch:()V
         8: .line 190
            goto 12
      StackMap locals:
      StackMap stack: java.lang.Exception
         9: astore 3 /* e */
        start local 3 // java.lang.Exception e
        10: .line 191
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            ldc "Uncaught error fetching image:"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        11: .line 192
            aload 3 /* e */
            invokevirtual java.lang.Exception.printStackTrace:()V
        end local 3 // java.lang.Exception e
        12: .line 194
      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 176
      StackMap locals:
      StackMap stack:
            aload 1 /* me */
            invokestatic sun.awt.image.ImageFetcher.isFetcher:(Ljava/lang/Thread;)Z
            ifne 2
        14: .line 196
            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 205
            invokestatic sun.awt.image.FetcherInfo.getFetcherInfo:()Lsun/awt/image/FetcherInfo;
            astore 0 /* info */
        start local 0 // sun.awt.image.FetcherInfo info
         1: .line 206
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            astore 1 /* me */
        start local 1 // java.lang.Thread me
         2: .line 207
            aload 0 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            dup
            astore 2
            monitorenter
         3: .line 208
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 14
         5: .line 209
      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 210
            aload 0 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            iload 3 /* i */
            aconst_null
            aastore
         7: .line 211
            aload 0 /* info */
            dup
            getfield sun.awt.image.FetcherInfo.numFetchers:I
            iconst_1
            isub
            putfield sun.awt.image.FetcherInfo.numFetchers:I
         8: .line 212
            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 213
            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 214
            aload 0 /* info */
            invokestatic sun.awt.image.ImageFetcher.createFetchers:(Lsun/awt/image/FetcherInfo;)V
        11: .line 216
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        12: return
        13: .line 208
      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 207
            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 220
      StackMap locals:
      StackMap stack:
            aload 1 /* me */
            iconst_2
            invokevirtual java.lang.Thread.setPriority:(I)V
        20: .line 221
            aload 1 /* me */
            ldc "Image Animator"
            invokevirtual java.lang.Thread.setName:(Ljava/lang/String;)V
        21: .line 222
            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 233
            invokestatic sun.awt.image.FetcherInfo.getFetcherInfo:()Lsun/awt/image/FetcherInfo;
            astore 1 /* info */
        start local 1 // sun.awt.image.FetcherInfo info
         1: .line 234
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.waitList:Ljava/util/Vector;
            dup
            astore 2
            monitorenter
         2: .line 235
            iconst_m1
            istore 3 /* index */
        start local 3 // int index
         3: .line 236
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 11
         5: .line 237
      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 238
            aload 2
            monitorexit
         7: return
         8: .line 240
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            iload 4 /* i */
            aaload
            ifnonnull 10
         9: .line 241
            iload 4 /* i */
            istore 3 /* index */
        10: .line 236
      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 244
            iload 3 /* index */
            iflt 18
        13: .line 245
            aload 1 /* info */
            getfield sun.awt.image.FetcherInfo.fetchers:[Ljava/lang/Thread;
            iload 3 /* index */
            aload 0 /* me */
            aastore
        14: .line 246
            aload 1 /* info */
            dup
            getfield sun.awt.image.FetcherInfo.numFetchers:I
            iconst_1
            iadd
            putfield sun.awt.image.FetcherInfo.numFetchers:I
        15: .line 247
            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 248
            aload 2
            monitorexit
        17: return
        end local 3 // int index
        18: .line 234
      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 251
      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 260
            invokestatic sun.awt.AppContext.getAppContext:()Lsun/awt/AppContext;
            astore 1 /* appContext */
        start local 1 // sun.awt.AppContext appContext
         1: .line 261
            aload 1 /* appContext */
            invokevirtual sun.awt.AppContext.getThreadGroup:()Ljava/lang/ThreadGroup;
            astore 2 /* threadGroup */
        start local 2 // java.lang.ThreadGroup threadGroup
         2: .line 264
            aload 2 /* threadGroup */
            invokevirtual java.lang.ThreadGroup.getParent:()Ljava/lang/ThreadGroup;
            ifnull 5
         3: .line 266
            aload 2 /* threadGroup */
            astore 3 /* fetcherThreadGroup */
        start local 3 // java.lang.ThreadGroup fetcherThreadGroup
         4: .line 267
            goto 16
        end local 3 // java.lang.ThreadGroup fetcherThreadGroup
         5: .line 273
      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 274
            aload 2 /* threadGroup */
            invokevirtual java.lang.ThreadGroup.getParent:()Ljava/lang/ThreadGroup;
            astore 4 /* parent */
        start local 4 // java.lang.ThreadGroup parent
         7: .line 275
            goto 10
         8: .line 277
      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 278
            aload 2 /* threadGroup */
            invokevirtual java.lang.ThreadGroup.getParent:()Ljava/lang/ThreadGroup;
            astore 4 /* parent */
        10: .line 275
      StackMap locals:
      StackMap stack:
            aload 4 /* parent */
            ifnull 12
        11: .line 276
            aload 4 /* parent */
            invokevirtual java.lang.ThreadGroup.getParent:()Ljava/lang/ThreadGroup;
            ifnonnull 8
        12: .line 280
      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 282
            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 285
            aload 1 /* appContext */
            invokevirtual sun.awt.AppContext.getThreadGroup:()Ljava/lang/ThreadGroup;
            astore 3 /* fetcherThreadGroup */
        start local 3 // java.lang.ThreadGroup fetcherThreadGroup
        16: .line 287
      StackMap locals: java.lang.ThreadGroup
      StackMap stack:
            aload 3 /* fetcherThreadGroup */
            astore 4 /* fetcherGroup */
        start local 4 // java.lang.ThreadGroup fetcherGroup
        17: .line 290
            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 289
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            pop
        19: .line 304
            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