public class com.sun.tools.javac.util.Bits
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.util.Bits
  super_class: java.lang.Object
{
  private static final int wordlen;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  private static final int wordshift;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  private static final int wordmask;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 31

  public int[] bits;
    descriptor: [I
    flags: (0x0001) ACC_PUBLIC

  private static final int[] unassignedBits;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected com.sun.tools.javac.util.Bits$BitsState currentState;
    descriptor: Lcom/sun/tools/javac/util/Bits$BitsState;
    flags: (0x0004) ACC_PROTECTED

  private static volatile int[] $SWITCH_TABLE$com$sun$tools$javac$util$Bits$BitsState;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 93
            iconst_0
            newarray 10
            putstatic com.sun.tools.javac.util.Bits.unassignedBits:[I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.util.Bits this
         0: .line 100
            aload 0 /* this */
            iconst_0
            invokespecial com.sun.tools.javac.util.Bits.<init>:(Z)V
         1: .line 101
            return
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/util/Bits;

  public void <init>(com.sun.tools.javac.util.Bits);
    descriptor: (Lcom/sun/tools/javac/util/Bits;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.util.Bits this
        start local 1 // com.sun.tools.javac.util.Bits someBits
         0: .line 104
            aload 0 /* this */
            aload 1 /* someBits */
            invokevirtual com.sun.tools.javac.util.Bits.dup:()Lcom/sun/tools/javac/util/Bits;
            getfield com.sun.tools.javac.util.Bits.bits:[I
            aload 1 /* someBits */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iconst_0
            invokestatic com.sun.tools.javac.util.Bits$BitsState.getState:([IZ)Lcom/sun/tools/javac/util/Bits$BitsState;
            invokespecial com.sun.tools.javac.util.Bits.<init>:([ILcom/sun/tools/javac/util/Bits$BitsState;)V
         1: .line 105
            return
        end local 1 // com.sun.tools.javac.util.Bits someBits
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/tools/javac/util/Bits;
            0    2     1  someBits  Lcom/sun/tools/javac/util/Bits;
    MethodParameters:
          Name  Flags
      someBits  

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.util.Bits this
        start local 1 // boolean reset
         0: .line 108
            aload 0 /* this */
            getstatic com.sun.tools.javac.util.Bits.unassignedBits:[I
            getstatic com.sun.tools.javac.util.Bits.unassignedBits:[I
            iload 1 /* reset */
            invokestatic com.sun.tools.javac.util.Bits$BitsState.getState:([IZ)Lcom/sun/tools/javac/util/Bits$BitsState;
            invokespecial com.sun.tools.javac.util.Bits.<init>:([ILcom/sun/tools/javac/util/Bits$BitsState;)V
         1: .line 109
            return
        end local 1 // boolean reset
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/javac/util/Bits;
            0    2     1  reset  Z
    MethodParameters:
       Name  Flags
      reset  

  protected void <init>(int[], com.sun.tools.javac.util.Bits$BitsState);
    descriptor: ([ILcom/sun/tools/javac/util/Bits$BitsState;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.util.Bits this
        start local 1 // int[] bits
        start local 2 // com.sun.tools.javac.util.Bits$BitsState initState
         0: .line 113
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 91
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.util.Bits.bits:[I
         2: .line 114
            aload 0 /* this */
            aload 1 /* bits */
            putfield com.sun.tools.javac.util.Bits.bits:[I
         3: .line 115
            aload 0 /* this */
            aload 2 /* initState */
            putfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
         4: .line 116
            invokestatic com.sun.tools.javac.util.Bits.$SWITCH_TABLE$com$sun$tools$javac$util$Bits$BitsState:()[I
            aload 2 /* initState */
            invokevirtual com.sun.tools.javac.util.Bits$BitsState.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 5
                    2: 10
                    3: 7
              default: 10
          }
         5: .line 118
      StackMap locals: com.sun.tools.javac.util.Bits int[] com.sun.tools.javac.util.Bits$BitsState
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.util.Bits.bits:[I
         6: .line 119
            goto 10
         7: .line 121
      StackMap locals:
      StackMap stack:
            aload 1 /* bits */
            getstatic com.sun.tools.javac.util.Bits.unassignedBits:[I
            if_acmpeq 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
        10: .line 124
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.tools.javac.util.Bits$BitsState initState
        end local 1 // int[] bits
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lcom/sun/tools/javac/util/Bits;
            0   11     1       bits  [I
            0   11     2  initState  Lcom/sun/tools/javac/util/Bits$BitsState;
    MethodParameters:
           Name  Flags
      bits       
      initState  

  protected void sizeTo(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.util.Bits this
        start local 1 // int len
         0: .line 127
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            arraylength
            iload 1 /* len */
            if_icmpge 2
         1: .line 128
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 1 /* len */
            invokestatic java.util.Arrays.copyOf:([II)[I
            putfield com.sun.tools.javac.util.Bits.bits:[I
         2: .line 130
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int len
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/util/Bits;
            0    3     1   len  I
    MethodParameters:
      Name  Flags
      len   

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.util.Bits this
         0: .line 135
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
            getstatic com.sun.tools.javac.util.Bits$BitsState.UNKNOWN:Lcom/sun/tools/javac/util/Bits$BitsState;
            if_acmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 136
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         4: goto 7
         5: .line 137
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 1 /* i */
            iconst_0
            iastore
         6: .line 136
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            arraylength
            if_icmplt 5
        end local 1 // int i
         8: .line 139
            aload 0 /* this */
            getstatic com.sun.tools.javac.util.Bits$BitsState.NORMAL:Lcom/sun/tools/javac/util/Bits$BitsState;
            putfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
         9: .line 140
            return
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/tools/javac/util/Bits;
            4    8     1     i  I

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.util.Bits this
         0: .line 143
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.util.Bits.internalReset:()V
         1: .line 144
            return
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/util/Bits;

  protected void internalReset();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.util.Bits this
         0: .line 147
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.util.Bits.bits:[I
         1: .line 148
            aload 0 /* this */
            getstatic com.sun.tools.javac.util.Bits$BitsState.UNKNOWN:Lcom/sun/tools/javac/util/Bits$BitsState;
            putfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
         2: .line 149
            return
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/util/Bits;

  public boolean isReset();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.util.Bits this
         0: .line 152
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
            getstatic com.sun.tools.javac.util.Bits$BitsState.UNKNOWN:Lcom/sun/tools/javac/util/Bits$BitsState;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/util/Bits;

  public com.sun.tools.javac.util.Bits assign(com.sun.tools.javac.util.Bits);
    descriptor: (Lcom/sun/tools/javac/util/Bits;)Lcom/sun/tools/javac/util/Bits;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.util.Bits this
        start local 1 // com.sun.tools.javac.util.Bits someBits
         0: .line 156
            aload 0 /* this */
            aload 1 /* someBits */
            invokevirtual com.sun.tools.javac.util.Bits.dup:()Lcom/sun/tools/javac/util/Bits;
            getfield com.sun.tools.javac.util.Bits.bits:[I
            putfield com.sun.tools.javac.util.Bits.bits:[I
         1: .line 157
            aload 0 /* this */
            getstatic com.sun.tools.javac.util.Bits$BitsState.NORMAL:Lcom/sun/tools/javac/util/Bits$BitsState;
            putfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
         2: .line 158
            aload 0 /* this */
            areturn
        end local 1 // com.sun.tools.javac.util.Bits someBits
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/sun/tools/javac/util/Bits;
            0    3     1  someBits  Lcom/sun/tools/javac/util/Bits;
    MethodParameters:
          Name  Flags
      someBits  

  public com.sun.tools.javac.util.Bits dup();
    descriptor: ()Lcom/sun/tools/javac/util/Bits;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.util.Bits this
         0: .line 164
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
            getstatic com.sun.tools.javac.util.Bits$BitsState.UNKNOWN:Lcom/sun/tools/javac/util/Bits$BitsState;
            if_acmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 165
            new com.sun.tools.javac.util.Bits
            dup
            invokespecial com.sun.tools.javac.util.Bits.<init>:()V
            astore 1 /* tmp */
        start local 1 // com.sun.tools.javac.util.Bits tmp
         4: .line 166
            aload 1 /* tmp */
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.util.Bits.dupBits:()[I
            putfield com.sun.tools.javac.util.Bits.bits:[I
         5: .line 167
            aload 0 /* this */
            getstatic com.sun.tools.javac.util.Bits$BitsState.NORMAL:Lcom/sun/tools/javac/util/Bits$BitsState;
            putfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
         6: .line 168
            aload 1 /* tmp */
            areturn
        end local 1 // com.sun.tools.javac.util.Bits tmp
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/javac/util/Bits;
            4    7     1   tmp  Lcom/sun/tools/javac/util/Bits;

  protected int[] dupBits();
    descriptor: ()[I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.util.Bits this
         0: .line 173
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
            getstatic com.sun.tools.javac.util.Bits$BitsState.NORMAL:Lcom/sun/tools/javac/util/Bits$BitsState;
            if_acmpeq 3
         1: .line 174
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            astore 1 /* result */
        start local 1 // int[] result
         2: .line 175
            goto 5
        end local 1 // int[] result
         3: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            arraylength
            newarray 10
            astore 1 /* result */
        start local 1 // int[] result
         4: .line 177
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iconst_0
            aload 1 /* result */
            iconst_0
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 179
      StackMap locals: int[]
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // int[] result
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/tools/javac/util/Bits;
            2    3     1  result  [I
            4    6     1  result  [I

  public void incl(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.util.Bits this
        start local 1 // int x
         0: .line 185
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
            getstatic com.sun.tools.javac.util.Bits$BitsState.UNKNOWN:Lcom/sun/tools/javac/util/Bits$BitsState;
            if_acmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 186
            iload 1 /* x */
            iflt 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         6: .line 187
            aload 0 /* this */
            iload 1 /* x */
            iconst_5
            iushr
            iconst_1
            iadd
            invokevirtual com.sun.tools.javac.util.Bits.sizeTo:(I)V
         7: .line 188
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 1 /* x */
            iconst_5
            iushr
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 1 /* x */
            iconst_5
            iushr
            iaload
         8: .line 189
            iconst_1
            iload 1 /* x */
            bipush 31
            iand
            ishl
            ior
         9: .line 188
            iastore
        10: .line 190
            aload 0 /* this */
            getstatic com.sun.tools.javac.util.Bits$BitsState.NORMAL:Lcom/sun/tools/javac/util/Bits$BitsState;
            putfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
        11: .line 191
            return
        end local 1 // int x
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/sun/tools/javac/util/Bits;
            0   12     1     x  I
    MethodParameters:
      Name  Flags
      x     

  public void inclRange(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.util.Bits this
        start local 1 // int start
        start local 2 // int limit
         0: .line 197
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
            getstatic com.sun.tools.javac.util.Bits$BitsState.UNKNOWN:Lcom/sun/tools/javac/util/Bits$BitsState;
            if_acmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 198
            aload 0 /* this */
            iload 2 /* limit */
            iconst_5
            iushr
            iconst_1
            iadd
            invokevirtual com.sun.tools.javac.util.Bits.sizeTo:(I)V
         4: .line 199
            iload 1 /* start */
            istore 3 /* x */
        start local 3 // int x
         5: goto 10
         6: .line 200
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 3 /* x */
            iconst_5
            iushr
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 3 /* x */
            iconst_5
            iushr
            iaload
         7: .line 201
            iconst_1
            iload 3 /* x */
            bipush 31
            iand
            ishl
            ior
         8: .line 200
            iastore
         9: .line 199
            iinc 3 /* x */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* x */
            iload 2 /* limit */
            if_icmplt 6
        end local 3 // int x
        11: .line 203
            aload 0 /* this */
            getstatic com.sun.tools.javac.util.Bits$BitsState.NORMAL:Lcom/sun/tools/javac/util/Bits$BitsState;
            putfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
        12: .line 204
            return
        end local 2 // int limit
        end local 1 // int start
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lcom/sun/tools/javac/util/Bits;
            0   13     1  start  I
            0   13     2  limit  I
            5   11     3      x  I
    MethodParameters:
       Name  Flags
      start  
      limit  

  public void excludeFrom(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.util.Bits this
        start local 1 // int start
         0: .line 209
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
            getstatic com.sun.tools.javac.util.Bits$BitsState.UNKNOWN:Lcom/sun/tools/javac/util/Bits$BitsState;
            if_acmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 210
            new com.sun.tools.javac.util.Bits
            dup
            invokespecial com.sun.tools.javac.util.Bits.<init>:()V
            astore 2 /* temp */
        start local 2 // com.sun.tools.javac.util.Bits temp
         4: .line 211
            aload 2 /* temp */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            arraylength
            invokevirtual com.sun.tools.javac.util.Bits.sizeTo:(I)V
         5: .line 212
            aload 2 /* temp */
            iconst_0
            iload 1 /* start */
            invokevirtual com.sun.tools.javac.util.Bits.inclRange:(II)V
         6: .line 213
            aload 0 /* this */
            aload 2 /* temp */
            invokevirtual com.sun.tools.javac.util.Bits.internalAndSet:(Lcom/sun/tools/javac/util/Bits;)V
         7: .line 214
            aload 0 /* this */
            getstatic com.sun.tools.javac.util.Bits$BitsState.NORMAL:Lcom/sun/tools/javac/util/Bits$BitsState;
            putfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
         8: .line 215
            return
        end local 2 // com.sun.tools.javac.util.Bits temp
        end local 1 // int start
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/sun/tools/javac/util/Bits;
            0    9     1  start  I
            4    9     2   temp  Lcom/sun/tools/javac/util/Bits;
    MethodParameters:
       Name  Flags
      start  

  public void excl(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.util.Bits this
        start local 1 // int x
         0: .line 220
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
            getstatic com.sun.tools.javac.util.Bits$BitsState.UNKNOWN:Lcom/sun/tools/javac/util/Bits$BitsState;
            if_acmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 221
            iload 1 /* x */
            iflt 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         6: .line 222
            aload 0 /* this */
            iload 1 /* x */
            iconst_5
            iushr
            iconst_1
            iadd
            invokevirtual com.sun.tools.javac.util.Bits.sizeTo:(I)V
         7: .line 223
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 1 /* x */
            iconst_5
            iushr
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 1 /* x */
            iconst_5
            iushr
            iaload
         8: .line 224
            iconst_1
            iload 1 /* x */
            bipush 31
            iand
            ishl
            iconst_m1
            ixor
            iand
         9: .line 223
            iastore
        10: .line 225
            aload 0 /* this */
            getstatic com.sun.tools.javac.util.Bits$BitsState.NORMAL:Lcom/sun/tools/javac/util/Bits$BitsState;
            putfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
        11: .line 226
            return
        end local 1 // int x
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/sun/tools/javac/util/Bits;
            0   12     1     x  I
    MethodParameters:
      Name  Flags
      x     

  public boolean isMember(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.util.Bits this
        start local 1 // int x
         0: .line 231
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
            getstatic com.sun.tools.javac.util.Bits$BitsState.UNKNOWN:Lcom/sun/tools/javac/util/Bits$BitsState;
            if_acmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 233
            iload 1 /* x */
            iflt 6
            iload 1 /* x */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            arraylength
            iconst_5
            ishl
            if_icmpge 6
         4: .line 234
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 1 /* x */
            iconst_5
            iushr
            iaload
            iconst_1
            iload 1 /* x */
            bipush 31
            iand
            ishl
            iand
            ifeq 6
         5: .line 232
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 1 // int x
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/javac/util/Bits;
            0    7     1     x  I
    MethodParameters:
      Name  Flags
      x     

  public com.sun.tools.javac.util.Bits andSet(com.sun.tools.javac.util.Bits);
    descriptor: (Lcom/sun/tools/javac/util/Bits;)Lcom/sun/tools/javac/util/Bits;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.util.Bits this
        start local 1 // com.sun.tools.javac.util.Bits xs
         0: .line 240
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
            getstatic com.sun.tools.javac.util.Bits$BitsState.UNKNOWN:Lcom/sun/tools/javac/util/Bits$BitsState;
            if_acmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 241
            aload 0 /* this */
            aload 1 /* xs */
            invokevirtual com.sun.tools.javac.util.Bits.internalAndSet:(Lcom/sun/tools/javac/util/Bits;)V
         4: .line 242
            aload 0 /* this */
            getstatic com.sun.tools.javac.util.Bits$BitsState.NORMAL:Lcom/sun/tools/javac/util/Bits$BitsState;
            putfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
         5: .line 243
            aload 0 /* this */
            areturn
        end local 1 // com.sun.tools.javac.util.Bits xs
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/util/Bits;
            0    6     1    xs  Lcom/sun/tools/javac/util/Bits;
    MethodParameters:
      Name  Flags
      xs    

  protected void internalAndSet(com.sun.tools.javac.util.Bits);
    descriptor: (Lcom/sun/tools/javac/util/Bits;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.util.Bits this
        start local 1 // com.sun.tools.javac.util.Bits xs
         0: .line 247
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
            getstatic com.sun.tools.javac.util.Bits$BitsState.UNKNOWN:Lcom/sun/tools/javac/util/Bits$BitsState;
            if_acmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 248
            aload 0 /* this */
            aload 1 /* xs */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            arraylength
            invokevirtual com.sun.tools.javac.util.Bits.sizeTo:(I)V
         4: .line 249
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 8
         6: .line 250
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 2 /* i */
            iaload
            aload 1 /* xs */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 2 /* i */
            iaload
            iand
            iastore
         7: .line 249
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            aload 1 /* xs */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            arraylength
            if_icmplt 6
        end local 2 // int i
         9: .line 252
            return
        end local 1 // com.sun.tools.javac.util.Bits xs
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/tools/javac/util/Bits;
            0   10     1    xs  Lcom/sun/tools/javac/util/Bits;
            5    9     2     i  I
    MethodParameters:
      Name  Flags
      xs    

  public com.sun.tools.javac.util.Bits orSet(com.sun.tools.javac.util.Bits);
    descriptor: (Lcom/sun/tools/javac/util/Bits;)Lcom/sun/tools/javac/util/Bits;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.util.Bits this
        start local 1 // com.sun.tools.javac.util.Bits xs
         0: .line 257
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
            getstatic com.sun.tools.javac.util.Bits$BitsState.UNKNOWN:Lcom/sun/tools/javac/util/Bits$BitsState;
            if_acmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 258
            aload 0 /* this */
            aload 1 /* xs */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            arraylength
            invokevirtual com.sun.tools.javac.util.Bits.sizeTo:(I)V
         4: .line 259
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 8
         6: .line 260
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 2 /* i */
            iaload
            aload 1 /* xs */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 2 /* i */
            iaload
            ior
            iastore
         7: .line 259
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            aload 1 /* xs */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            arraylength
            if_icmplt 6
        end local 2 // int i
         9: .line 262
            aload 0 /* this */
            getstatic com.sun.tools.javac.util.Bits$BitsState.NORMAL:Lcom/sun/tools/javac/util/Bits$BitsState;
            putfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
        10: .line 263
            aload 0 /* this */
            areturn
        end local 1 // com.sun.tools.javac.util.Bits xs
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/tools/javac/util/Bits;
            0   11     1    xs  Lcom/sun/tools/javac/util/Bits;
            5    9     2     i  I
    MethodParameters:
      Name  Flags
      xs    

  public com.sun.tools.javac.util.Bits diffSet(com.sun.tools.javac.util.Bits);
    descriptor: (Lcom/sun/tools/javac/util/Bits;)Lcom/sun/tools/javac/util/Bits;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.util.Bits this
        start local 1 // com.sun.tools.javac.util.Bits xs
         0: .line 269
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
            getstatic com.sun.tools.javac.util.Bits$BitsState.UNKNOWN:Lcom/sun/tools/javac/util/Bits$BitsState;
            if_acmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 270
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 8
         5: .line 271
      StackMap locals: int
      StackMap stack:
            iload 2 /* i */
            aload 1 /* xs */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            arraylength
            if_icmpge 7
         6: .line 272
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 2 /* i */
            iaload
            aload 1 /* xs */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 2 /* i */
            iaload
            iconst_m1
            ixor
            iand
            iastore
         7: .line 270
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            arraylength
            if_icmplt 5
        end local 2 // int i
         9: .line 275
            aload 0 /* this */
            getstatic com.sun.tools.javac.util.Bits$BitsState.NORMAL:Lcom/sun/tools/javac/util/Bits$BitsState;
            putfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
        10: .line 276
            aload 0 /* this */
            areturn
        end local 1 // com.sun.tools.javac.util.Bits xs
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/tools/javac/util/Bits;
            0   11     1    xs  Lcom/sun/tools/javac/util/Bits;
            4    9     2     i  I
    MethodParameters:
      Name  Flags
      xs    

  public com.sun.tools.javac.util.Bits xorSet(com.sun.tools.javac.util.Bits);
    descriptor: (Lcom/sun/tools/javac/util/Bits;)Lcom/sun/tools/javac/util/Bits;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.util.Bits this
        start local 1 // com.sun.tools.javac.util.Bits xs
         0: .line 282
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
            getstatic com.sun.tools.javac.util.Bits$BitsState.UNKNOWN:Lcom/sun/tools/javac/util/Bits$BitsState;
            if_acmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 283
            aload 0 /* this */
            aload 1 /* xs */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            arraylength
            invokevirtual com.sun.tools.javac.util.Bits.sizeTo:(I)V
         4: .line 284
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 8
         6: .line 285
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 2 /* i */
            iaload
            aload 1 /* xs */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 2 /* i */
            iaload
            ixor
            iastore
         7: .line 284
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            aload 1 /* xs */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            arraylength
            if_icmplt 6
        end local 2 // int i
         9: .line 287
            aload 0 /* this */
            getstatic com.sun.tools.javac.util.Bits$BitsState.NORMAL:Lcom/sun/tools/javac/util/Bits$BitsState;
            putfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
        10: .line 288
            aload 0 /* this */
            areturn
        end local 1 // com.sun.tools.javac.util.Bits xs
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/tools/javac/util/Bits;
            0   11     1    xs  Lcom/sun/tools/javac/util/Bits;
            5    9     2     i  I
    MethodParameters:
      Name  Flags
      xs    

  private static int trailingZeroBits(int);
    descriptor: (I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // int x
         0: .line 295
            iconst_1
            invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         1: .line 296
            iload 0 /* x */
            ifne 3
         2: .line 297
            bipush 32
            ireturn
         3: .line 299
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* n */
        start local 1 // int n
         4: .line 300
            iload 0 /* x */
            ldc 65535
            iand
            ifne 5
            iinc 1 /* n */ 16
            iload 0 /* x */
            bipush 16
            iushr
            istore 0 /* x */
         5: .line 301
      StackMap locals: int
      StackMap stack:
            iload 0 /* x */
            sipush 255
            iand
            ifne 6
            iinc 1 /* n */ 8
            iload 0 /* x */
            bipush 8
            iushr
            istore 0 /* x */
         6: .line 302
      StackMap locals:
      StackMap stack:
            iload 0 /* x */
            bipush 15
            iand
            ifne 7
            iinc 1 /* n */ 4
            iload 0 /* x */
            iconst_4
            iushr
            istore 0 /* x */
         7: .line 303
      StackMap locals:
      StackMap stack:
            iload 0 /* x */
            iconst_3
            iand
            ifne 8
            iinc 1 /* n */ 2
            iload 0 /* x */
            iconst_2
            iushr
            istore 0 /* x */
         8: .line 304
      StackMap locals:
      StackMap stack:
            iload 1 /* n */
            iload 0 /* x */
            iconst_1
            iand
            isub
            ireturn
        end local 1 // int n
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0     x  I
            4    9     1     n  I
    MethodParameters:
      Name  Flags
      x     

  public int nextBit(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.util.Bits this
        start local 1 // int x
         0: .line 315
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.currentState:Lcom/sun/tools/javac/util/Bits$BitsState;
            getstatic com.sun.tools.javac.util.Bits$BitsState.UNKNOWN:Lcom/sun/tools/javac/util/Bits$BitsState;
            if_acmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 316
            iload 1 /* x */
            iconst_5
            iushr
            istore 2 /* windex */
        start local 2 // int windex
         4: .line 317
            iload 2 /* windex */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            arraylength
            if_icmplt 6
         5: .line 318
            iconst_m1
            ireturn
         6: .line 320
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 2 /* windex */
            iaload
            iconst_1
            iload 1 /* x */
            bipush 31
            iand
            ishl
            iconst_1
            isub
            iconst_m1
            ixor
            iand
            istore 3 /* word */
        start local 3 // int word
         7: .line 322
      StackMap locals: int
      StackMap stack:
            iload 3 /* word */
            ifeq 9
         8: .line 323
            iload 2 /* windex */
            iconst_5
            ishl
            iload 3 /* word */
            invokestatic com.sun.tools.javac.util.Bits.trailingZeroBits:(I)I
            iadd
            ireturn
         9: .line 325
      StackMap locals:
      StackMap stack:
            iinc 2 /* windex */ 1
        10: .line 326
            iload 2 /* windex */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            arraylength
            if_icmplt 12
        11: .line 327
            iconst_m1
            ireturn
        12: .line 329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            iload 2 /* windex */
            iaload
            istore 3 /* word */
        13: .line 321
            goto 7
        end local 3 // int word
        end local 2 // int windex
        end local 1 // int x
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lcom/sun/tools/javac/util/Bits;
            0   14     1       x  I
            4   14     2  windex  I
            7   14     3    word  I
    MethodParameters:
      Name  Flags
      x     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.tools.javac.util.Bits this
         0: .line 337
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            ifnull 10
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            arraylength
            ifle 10
         1: .line 338
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            arraylength
            bipush 32
            imul
            newarray 5
            astore 1 /* digits */
        start local 1 // char[] digits
         2: .line 339
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 8
         4: .line 340
      StackMap locals: char[] int
      StackMap stack:
            aload 1 /* digits */
            iload 2 /* i */
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual com.sun.tools.javac.util.Bits.isMember:(I)Z
            ifeq 5
            bipush 49
            goto 6
      StackMap locals: com.sun.tools.javac.util.Bits char[] int
      StackMap stack: char[] int
         5: bipush 48
      StackMap locals: com.sun.tools.javac.util.Bits char[] int
      StackMap stack: char[] int int
         6: castore
         7: .line 339
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.Bits.bits:[I
            arraylength
            bipush 32
            imul
            if_icmplt 4
        end local 2 // int i
         9: .line 342
            new java.lang.String
            dup
            aload 1 /* digits */
            invokespecial java.lang.String.<init>:([C)V
            areturn
        end local 1 // char[] digits
        10: .line 344
      StackMap locals:
      StackMap stack:
            ldc "[]"
            areturn
        end local 0 // com.sun.tools.javac.util.Bits this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lcom/sun/tools/javac/util/Bits;
            2   10     1  digits  [C
            3    9     2       i  I

  static int[] $SWITCH_TABLE$com$sun$tools$javac$util$Bits$BitsState();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 37
            getstatic com.sun.tools.javac.util.Bits.$SWITCH_TABLE$com$sun$tools$javac$util$Bits$BitsState:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.sun.tools.javac.util.Bits$BitsState.values:()[Lcom/sun/tools/javac/util/Bits$BitsState;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.sun.tools.javac.util.Bits$BitsState.NORMAL:Lcom/sun/tools/javac/util/Bits$BitsState;
            invokevirtual com.sun.tools.javac.util.Bits$BitsState.ordinal:()I
            iconst_3
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.sun.tools.javac.util.Bits$BitsState.UNINIT:Lcom/sun/tools/javac/util/Bits$BitsState;
            invokevirtual com.sun.tools.javac.util.Bits$BitsState.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.sun.tools.javac.util.Bits$BitsState.UNKNOWN:Lcom/sun/tools/javac/util/Bits$BitsState;
            invokevirtual com.sun.tools.javac.util.Bits$BitsState.ordinal:()I
            iconst_1
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            dup
            putstatic com.sun.tools.javac.util.Bits.$SWITCH_TABLE$com$sun$tools$javac$util$Bits$BitsState:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
}
SourceFile: "Bits.java"
NestMembers:
  com.sun.tools.javac.util.Bits$BitsState
InnerClasses:
  protected final BitsState = com.sun.tools.javac.util.Bits$BitsState of com.sun.tools.javac.util.Bits