public class sun.jvm.hotspot.interpreter.BytecodeLookupswitch 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.BytecodeLookupswitch
  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.BytecodeLookupswitch 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.BytecodeLookupswitch this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/interpreter/BytecodeLookupswitch;
            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.BytecodeLookupswitch this
         0: .line 36
            aload 0 /* this */
            aload 0 /* this */
            iconst_1
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.alignedOffset:(I)I
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.javaSignedWordAt:(I)I
            ireturn
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeLookupswitch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/interpreter/BytecodeLookupswitch;

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

  public sun.jvm.hotspot.interpreter.LookupswitchPair pairAt(int);
    descriptor: (I)Lsun/jvm/hotspot/interpreter/LookupswitchPair;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeLookupswitch this
        start local 1 // int i
         0: .line 39
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 40
            iload 1 /* i */
            iflt 2
            iload 1 /* i */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.numberOfPairs:()I
            if_icmpge 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "pair index out of bounds"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 42
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.interpreter.LookupswitchPair
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.interpreter.BytecodeLookupswitch.method:Lsun/jvm/hotspot/oops/Method;
            aload 0 /* this */
            getfield sun.jvm.hotspot.interpreter.BytecodeLookupswitch.bci:I
            aload 0 /* this */
            iconst_1
            iconst_1
            iload 1 /* i */
            iadd
            iconst_2
            imul
            iconst_4
            imul
            iadd
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.alignedOffset:(I)I
            iadd
            invokespecial sun.jvm.hotspot.interpreter.LookupswitchPair.<init>:(Lsun/jvm/hotspot/oops/Method;I)V
            areturn
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeLookupswitch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/interpreter/BytecodeLookupswitch;
            0    5     1     i  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.BytecodeLookupswitch this
         0: .line 46
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 47
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.isValid:()Z
            ldc "check lookupswitch"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 49
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeLookupswitch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/interpreter/BytecodeLookupswitch;

  public boolean isValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeLookupswitch this
         0: .line 52
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.javaCode:()I
            sipush 171
            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 53
            iload 1 /* result */
            ifne 4
            iconst_0
            ireturn
         4: .line 54
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.numberOfPairs:()I
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
         5: .line 55
            goto 8
         6: .line 56
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.pairAt:(I)Lsun/jvm/hotspot/interpreter/LookupswitchPair;
            invokevirtual sun.jvm.hotspot.interpreter.LookupswitchPair.match:()I
            aload 0 /* this */
            iload 2 /* i */
            iconst_1
            iadd
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.pairAt:(I)Lsun/jvm/hotspot/interpreter/LookupswitchPair;
            invokevirtual sun.jvm.hotspot.interpreter.LookupswitchPair.match:()I
            if_icmple 8
         7: .line 57
            iconst_0
            ireturn
         8: .line 55
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            iinc 2 /* i */ -1
            ifgt 6
         9: .line 59
            iconst_1
            ireturn
        end local 2 // int i
        end local 1 // boolean result
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeLookupswitch this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lsun/jvm/hotspot/interpreter/BytecodeLookupswitch;
            3   10     1  result  Z
            5   10     2       i  I

  public static sun.jvm.hotspot.interpreter.BytecodeLookupswitch at(sun.jvm.hotspot.oops.Method, int);
    descriptor: (Lsun/jvm/hotspot/oops/Method;I)Lsun/jvm/hotspot/interpreter/BytecodeLookupswitch;
    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 63
            new sun.jvm.hotspot.interpreter.BytecodeLookupswitch
            dup
            aload 0 /* method */
            iload 1 /* bci */
            invokespecial sun.jvm.hotspot.interpreter.BytecodeLookupswitch.<init>:(Lsun/jvm/hotspot/oops/Method;I)V
            astore 2 /* b */
        start local 2 // sun.jvm.hotspot.interpreter.BytecodeLookupswitch b
         1: .line 64
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 3
         2: .line 65
            aload 2 /* b */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.verify:()V
         3: .line 67
      StackMap locals: sun.jvm.hotspot.interpreter.BytecodeLookupswitch
      StackMap stack:
            aload 2 /* b */
            areturn
        end local 2 // sun.jvm.hotspot.interpreter.BytecodeLookupswitch 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/BytecodeLookupswitch;
    MethodParameters:
        Name  Flags
      method  
      bci     

  public static sun.jvm.hotspot.interpreter.BytecodeLookupswitch atCheck(sun.jvm.hotspot.oops.Method, int);
    descriptor: (Lsun/jvm/hotspot/oops/Method;I)Lsun/jvm/hotspot/interpreter/BytecodeLookupswitch;
    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 72
            new sun.jvm.hotspot.interpreter.BytecodeLookupswitch
            dup
            aload 0 /* method */
            iload 1 /* bci */
            invokespecial sun.jvm.hotspot.interpreter.BytecodeLookupswitch.<init>:(Lsun/jvm/hotspot/oops/Method;I)V
            astore 2 /* b */
        start local 2 // sun.jvm.hotspot.interpreter.BytecodeLookupswitch b
         1: .line 73
            aload 2 /* b */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.isValid:()Z
            ifeq 2
            aload 2 /* b */
            goto 3
      StackMap locals: sun.jvm.hotspot.interpreter.BytecodeLookupswitch
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: sun.jvm.hotspot.interpreter.BytecodeLookupswitch
         3: areturn
        end local 2 // sun.jvm.hotspot.interpreter.BytecodeLookupswitch 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/BytecodeLookupswitch;
    MethodParameters:
        Name  Flags
      method  
      bci     

  public static sun.jvm.hotspot.interpreter.BytecodeLookupswitch at(sun.jvm.hotspot.interpreter.BytecodeStream);
    descriptor: (Lsun/jvm/hotspot/interpreter/BytecodeStream;)Lsun/jvm/hotspot/interpreter/BytecodeLookupswitch;
    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 77
            new sun.jvm.hotspot.interpreter.BytecodeLookupswitch
            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.BytecodeLookupswitch.<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=3, locals=4, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeLookupswitch this
         0: .line 81
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuffer buf
         1: .line 82
            aload 1 /* buf */
            ldc "lookupswitch"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 83
            aload 1 /* buf */
            ldc " "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 84
            aload 1 /* buf */
            ldc "default: "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 85
            aload 1 /* buf */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.bci:()I
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.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 86
            aload 1 /* buf */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 87
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.numberOfPairs:()I
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
         7: .line 88
            goto 14
         8: .line 89
      StackMap locals: java.lang.StringBuffer int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.pairAt:(I)Lsun/jvm/hotspot/interpreter/LookupswitchPair;
            astore 3 /* pair */
        start local 3 // sun.jvm.hotspot.interpreter.LookupswitchPair pair
         9: .line 90
            aload 1 /* buf */
            ldc "case "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        10: .line 91
            aload 1 /* buf */
            aload 3 /* pair */
            invokevirtual sun.jvm.hotspot.interpreter.LookupswitchPair.match:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        11: .line 92
            aload 1 /* buf */
            bipush 58
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        12: .line 93
            aload 1 /* buf */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.bci:()I
            aload 3 /* pair */
            invokevirtual sun.jvm.hotspot.interpreter.LookupswitchPair.offset:()I
            iadd
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        13: .line 94
            aload 1 /* buf */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        end local 3 // sun.jvm.hotspot.interpreter.LookupswitchPair pair
        14: .line 88
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            iinc 2 /* i */ -1
            ifgt 8
        15: .line 97
            aload 1 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 2 // int i
        end local 1 // java.lang.StringBuffer buf
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeLookupswitch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lsun/jvm/hotspot/interpreter/BytecodeLookupswitch;
            1   16     1   buf  Ljava/lang/StringBuffer;
            7   16     2     i  I
            9   14     3  pair  Lsun/jvm/hotspot/interpreter/LookupswitchPair;
}
SourceFile: "BytecodeLookupswitch.java"