public class sun.jvm.hotspot.interpreter.BytecodeTableswitch extends sun.jvm.hotspot.interpreter.Bytecode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.interpreter.BytecodeTableswitch
  super_class: sun.jvm.hotspot.interpreter.Bytecode
{
  void <init>(sun.jvm.hotspot.oops.Method, int);
    descriptor: (Lsun/jvm/hotspot/oops/Method;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeTableswitch this
        start local 1 // sun.jvm.hotspot.oops.Method method
        start local 2 // int bci
         0: .line 32
            aload 0 /* this */
            aload 1 /* method */
            iload 2 /* bci */
            invokespecial sun.jvm.hotspot.interpreter.Bytecode.<init>:(Lsun/jvm/hotspot/oops/Method;I)V
         1: .line 33
            return
        end local 2 // int bci
        end local 1 // sun.jvm.hotspot.oops.Method method
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeTableswitch this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;
            0    2     1  method  Lsun/jvm/hotspot/oops/Method;
            0    2     2     bci  I
    MethodParameters:
        Name  Flags
      method  
      bci     

  public int defaultOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeTableswitch this
         0: .line 37
            aload 0 /* this */
            aload 0 /* this */
            iconst_1
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.alignedOffset:(I)I
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.javaSignedWordAt:(I)I
            ireturn
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeTableswitch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;

  public int lowKey();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeTableswitch this
         0: .line 38
            aload 0 /* this */
            aload 0 /* this */
            iconst_5
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.alignedOffset:(I)I
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.javaSignedWordAt:(I)I
            ireturn
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeTableswitch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;

  public int highKey();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeTableswitch this
         0: .line 39
            aload 0 /* this */
            aload 0 /* this */
            bipush 9
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.alignedOffset:(I)I
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.javaSignedWordAt:(I)I
            ireturn
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeTableswitch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeTableswitch this
         0: .line 40
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.highKey:()I
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.lowKey:()I
            isub
            iconst_1
            iadd
            ireturn
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeTableswitch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;

  public int destOffsetAt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeTableswitch this
        start local 1 // int i
         0: .line 42
            aload 0 /* this */
            iconst_1
            iconst_3
            iload 1 /* i */
            iadd
            iconst_4
            imul
            iadd
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.alignedOffset:(I)I
            istore 2 /* x2 */
        start local 2 // int x2
         1: .line 43
            aload 0 /* this */
            iload 2 /* x2 */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.javaSignedWordAt:(I)I
            pop
         2: .line 44
            aload 0 /* this */
            aload 0 /* this */
            iconst_1
            iconst_3
            iload 1 /* i */
            iadd
            iconst_4
            imul
            iadd
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.alignedOffset:(I)I
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.javaSignedWordAt:(I)I
            ireturn
        end local 2 // int x2
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeTableswitch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;
            0    3     1     i  I
            1    3     2    x2  I
    MethodParameters:
      Name  Flags
      i     

  public void verify();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeTableswitch this
         0: .line 48
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 49
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.isValid:()Z
            ldc "check tableswitch"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 51
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeTableswitch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;

  public boolean isValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeTableswitch this
         0: .line 54
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.javaCode:()I
            sipush 170
            if_icmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* result */
        start local 1 // boolean result
         3: .line 55
            iload 1 /* result */
            ifne 4
            iconst_0
            ireturn
         4: .line 56
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.lowKey:()I
            istore 2 /* lo */
        start local 2 // int lo
         5: .line 57
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.highKey:()I
            istore 3 /* hi */
        start local 3 // int hi
         6: .line 58
            iload 3 /* hi */
            iload 2 /* lo */
            if_icmpge 8
         7: .line 59
            iconst_0
            ireturn
         8: .line 61
      StackMap locals: int int
      StackMap stack:
            iload 3 /* hi */
            iload 2 /* lo */
            isub
            iconst_1
            isub
            istore 4 /* i */
        start local 4 // int i
         9: .line 62
      StackMap locals: int
      StackMap stack:
            iload 4 /* i */
            iinc 4 /* i */ -1
            ifgt 9
        10: .line 65
            iconst_1
            ireturn
        end local 4 // int i
        end local 3 // int hi
        end local 2 // int lo
        end local 1 // boolean result
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeTableswitch this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;
            3   11     1  result  Z
            5   11     2      lo  I
            6   11     3      hi  I
            9   11     4       i  I

  public static sun.jvm.hotspot.interpreter.BytecodeTableswitch at(sun.jvm.hotspot.oops.Method, int);
    descriptor: (Lsun/jvm/hotspot/oops/Method;I)Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.Method method
        start local 1 // int bci
         0: .line 69
            new sun.jvm.hotspot.interpreter.BytecodeTableswitch
            dup
            aload 0 /* method */
            iload 1 /* bci */
            invokespecial sun.jvm.hotspot.interpreter.BytecodeTableswitch.<init>:(Lsun/jvm/hotspot/oops/Method;I)V
            astore 2 /* b */
        start local 2 // sun.jvm.hotspot.interpreter.BytecodeTableswitch b
         1: .line 70
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 3
         2: .line 71
            aload 2 /* b */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.verify:()V
         3: .line 73
      StackMap locals: sun.jvm.hotspot.interpreter.BytecodeTableswitch
      StackMap stack:
            aload 2 /* b */
            areturn
        end local 2 // sun.jvm.hotspot.interpreter.BytecodeTableswitch b
        end local 1 // int bci
        end local 0 // sun.jvm.hotspot.oops.Method method
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0  method  Lsun/jvm/hotspot/oops/Method;
            0    4     1     bci  I
            1    4     2       b  Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;
    MethodParameters:
        Name  Flags
      method  
      bci     

  public static sun.jvm.hotspot.interpreter.BytecodeTableswitch atCheck(sun.jvm.hotspot.oops.Method, int);
    descriptor: (Lsun/jvm/hotspot/oops/Method;I)Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.Method method
        start local 1 // int bci
         0: .line 78
            new sun.jvm.hotspot.interpreter.BytecodeTableswitch
            dup
            aload 0 /* method */
            iload 1 /* bci */
            invokespecial sun.jvm.hotspot.interpreter.BytecodeTableswitch.<init>:(Lsun/jvm/hotspot/oops/Method;I)V
            astore 2 /* b */
        start local 2 // sun.jvm.hotspot.interpreter.BytecodeTableswitch b
         1: .line 79
            aload 2 /* b */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.isValid:()Z
            ifeq 2
            aload 2 /* b */
            goto 3
      StackMap locals: sun.jvm.hotspot.interpreter.BytecodeTableswitch
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: sun.jvm.hotspot.interpreter.BytecodeTableswitch
         3: areturn
        end local 2 // sun.jvm.hotspot.interpreter.BytecodeTableswitch b
        end local 1 // int bci
        end local 0 // sun.jvm.hotspot.oops.Method method
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0  method  Lsun/jvm/hotspot/oops/Method;
            0    4     1     bci  I
            1    4     2       b  Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;
    MethodParameters:
        Name  Flags
      method  
      bci     

  public static sun.jvm.hotspot.interpreter.BytecodeTableswitch at(sun.jvm.hotspot.interpreter.BytecodeStream);
    descriptor: (Lsun/jvm/hotspot/interpreter/BytecodeStream;)Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeStream bcs
         0: .line 83
            new sun.jvm.hotspot.interpreter.BytecodeTableswitch
            dup
            aload 0 /* bcs */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeStream.method:()Lsun/jvm/hotspot/oops/Method;
            aload 0 /* bcs */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeStream.bci:()I
            invokespecial sun.jvm.hotspot.interpreter.BytecodeTableswitch.<init>:(Lsun/jvm/hotspot/oops/Method;I)V
            areturn
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeStream bcs
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   bcs  Lsun/jvm/hotspot/interpreter/BytecodeStream;
    MethodParameters:
      Name  Flags
      bcs   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeTableswitch this
         0: .line 87
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuffer buf
         1: .line 88
            aload 1 /* buf */
            ldc "tableswitch"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 89
            aload 1 /* buf */
            ldc " "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 90
            aload 1 /* buf */
            ldc "default: "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 91
            aload 1 /* buf */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.bci:()I
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.defaultOffset:()I
            iadd
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 92
            aload 1 /* buf */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 93
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.lowKey:()I
            istore 2 /* lo */
        start local 2 // int lo
         7: .line 94
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.highKey:()I
            istore 3 /* hi */
        start local 3 // int hi
         8: .line 95
            iload 3 /* hi */
            iload 2 /* lo */
            isub
            iconst_1
            isub
            istore 4 /* i */
        start local 4 // int i
         9: .line 96
            goto 15
        10: .line 97
      StackMap locals: sun.jvm.hotspot.interpreter.BytecodeTableswitch java.lang.StringBuffer int int int
      StackMap stack:
            aload 1 /* buf */
            ldc "case "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        11: .line 98
            aload 1 /* buf */
            iload 2 /* lo */
            iload 4 /* i */
            iadd
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        12: .line 99
            aload 1 /* buf */
            bipush 58
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        13: .line 100
            aload 1 /* buf */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.bci:()I
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.destOffsetAt:(I)I
            iadd
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        14: .line 101
            aload 1 /* buf */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        15: .line 96
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            iinc 4 /* i */ -1
            ifgt 10
        16: .line 103
            aload 1 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 4 // int i
        end local 3 // int hi
        end local 2 // int lo
        end local 1 // java.lang.StringBuffer buf
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeTableswitch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;
            1   17     1   buf  Ljava/lang/StringBuffer;
            7   17     2    lo  I
            8   17     3    hi  I
            9   17     4     i  I
}
SourceFile: "BytecodeTableswitch.java"