public class sun.jvm.hotspot.interpreter.BytecodeInvoke extends sun.jvm.hotspot.interpreter.BytecodeWithCPIndex
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.interpreter.BytecodeInvoke
  super_class: sun.jvm.hotspot.interpreter.BytecodeWithCPIndex
{
  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.BytecodeInvoke this
        start local 1 // sun.jvm.hotspot.oops.Method method
        start local 2 // int bci
         0: .line 33
            aload 0 /* this */
            aload 1 /* method */
            iload 2 /* bci */
            invokespecial sun.jvm.hotspot.interpreter.BytecodeWithCPIndex.<init>:(Lsun/jvm/hotspot/oops/Method;I)V
         1: .line 34
            return
        end local 2 // int bci
        end local 1 // sun.jvm.hotspot.oops.Method method
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/interpreter/BytecodeInvoke;
            0    2     1  method  Lsun/jvm/hotspot/oops/Method;
            0    2     2     bci  I
    MethodParameters:
        Name  Flags
      method  
      bci     

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

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

  public static sun.jvm.hotspot.interpreter.BytecodeInvoke at(sun.jvm.hotspot.interpreter.BytecodeStream);
    descriptor: (Lsun/jvm/hotspot/interpreter/BytecodeStream;)Lsun/jvm/hotspot/interpreter/BytecodeInvoke;
    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 51
            new sun.jvm.hotspot.interpreter.BytecodeInvoke
            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.BytecodeInvoke.<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 sun.jvm.hotspot.oops.Symbol name();
    descriptor: ()Lsun/jvm/hotspot/oops/Symbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
         0: .line 56
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.method:()Lsun/jvm/hotspot/oops/Method;
            invokevirtual sun.jvm.hotspot.oops.Method.getConstants:()Lsun/jvm/hotspot/oops/ConstantPool;
            astore 1 /* cp */
        start local 1 // sun.jvm.hotspot.oops.ConstantPool cp
         1: .line 57
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.isInvokedynamic:()Z
            ifeq 3
         2: .line 58
            aload 1 /* cp */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.indexForFieldOrMethod:()I
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.uncachedGetNameRefAt:(I)Lsun/jvm/hotspot/oops/Symbol;
            areturn
         3: .line 60
      StackMap locals: sun.jvm.hotspot.oops.ConstantPool
      StackMap stack:
            aload 1 /* cp */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.index:()I
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getNameRefAt:(I)Lsun/jvm/hotspot/oops/Symbol;
            areturn
        end local 1 // sun.jvm.hotspot.oops.ConstantPool cp
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/interpreter/BytecodeInvoke;
            1    4     1    cp  Lsun/jvm/hotspot/oops/ConstantPool;

  public sun.jvm.hotspot.oops.Symbol signature();
    descriptor: ()Lsun/jvm/hotspot/oops/Symbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
         0: .line 65
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.method:()Lsun/jvm/hotspot/oops/Method;
            invokevirtual sun.jvm.hotspot.oops.Method.getConstants:()Lsun/jvm/hotspot/oops/ConstantPool;
            astore 1 /* cp */
        start local 1 // sun.jvm.hotspot.oops.ConstantPool cp
         1: .line 66
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.isInvokedynamic:()Z
            ifeq 3
         2: .line 67
            aload 1 /* cp */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.indexForFieldOrMethod:()I
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.uncachedGetSignatureRefAt:(I)Lsun/jvm/hotspot/oops/Symbol;
            areturn
         3: .line 69
      StackMap locals: sun.jvm.hotspot.oops.ConstantPool
      StackMap stack:
            aload 1 /* cp */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.index:()I
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getSignatureRefAt:(I)Lsun/jvm/hotspot/oops/Symbol;
            areturn
        end local 1 // sun.jvm.hotspot.oops.ConstantPool cp
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/interpreter/BytecodeInvoke;
            1    4     1    cp  Lsun/jvm/hotspot/oops/ConstantPool;

  public sun.jvm.hotspot.oops.Method getInvokedMethod();
    descriptor: ()Lsun/jvm/hotspot/oops/Method;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
         0: .line 73
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.method:()Lsun/jvm/hotspot/oops/Method;
            invokevirtual sun.jvm.hotspot.oops.Method.getConstants:()Lsun/jvm/hotspot/oops/ConstantPool;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.index:()I
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getMethodRefAt:(I)Lsun/jvm/hotspot/oops/Method;
            areturn
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/interpreter/BytecodeInvoke;

  public int resultType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
         0: .line 78
            new sun.jvm.hotspot.runtime.ResultTypeFinder
            dup
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.signature:()Lsun/jvm/hotspot/oops/Symbol;
            invokespecial sun.jvm.hotspot.runtime.ResultTypeFinder.<init>:(Lsun/jvm/hotspot/oops/Symbol;)V
            astore 1 /* rts */
        start local 1 // sun.jvm.hotspot.runtime.ResultTypeFinder rts
         1: .line 79
            aload 1 /* rts */
            invokevirtual sun.jvm.hotspot.runtime.ResultTypeFinder.iterate:()V
         2: .line 80
            aload 1 /* rts */
            invokevirtual sun.jvm.hotspot.runtime.ResultTypeFinder.type:()I
            ireturn
        end local 1 // sun.jvm.hotspot.runtime.ResultTypeFinder rts
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/interpreter/BytecodeInvoke;
            1    3     1   rts  Lsun/jvm/hotspot/runtime/ResultTypeFinder;

  public int adjustedInvokeCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
         0: .line 84
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.javaCode:()I
            ireturn
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/interpreter/BytecodeInvoke;

  public boolean isInvokeinterface();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
         0: .line 92
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.adjustedInvokeCode:()I
            sipush 185
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/interpreter/BytecodeInvoke;

  public boolean isInvokevirtual();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
         0: .line 93
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.adjustedInvokeCode:()I
            sipush 182
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/interpreter/BytecodeInvoke;

  public boolean isInvokestatic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
         0: .line 94
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.adjustedInvokeCode:()I
            sipush 184
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/interpreter/BytecodeInvoke;

  public boolean isInvokespecial();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
         0: .line 95
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.adjustedInvokeCode:()I
            sipush 183
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/interpreter/BytecodeInvoke;

  public boolean isInvokedynamic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
         0: .line 96
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.adjustedInvokeCode:()I
            sipush 186
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/interpreter/BytecodeInvoke;

  public boolean isValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
         0: .line 98
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.isInvokeinterface:()Z
            ifne 5
         1: .line 99
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.isInvokevirtual:()Z
            ifne 5
         2: .line 100
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.isInvokestatic:()Z
            ifne 5
         3: .line 101
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.isInvokespecial:()Z
            ifne 5
         4: .line 98
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_1
            ireturn
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/jvm/hotspot/interpreter/BytecodeInvoke;

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

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
         0: .line 109
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuffer buf
         1: .line 110
            aload 1 /* buf */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.getJavaBytecodeName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 111
            aload 1 /* buf */
            ldc " "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 112
            aload 1 /* buf */
            bipush 35
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         4: .line 113
            aload 1 /* buf */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.indexForFieldOrMethod:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 114
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.isInvokedynamic:()Z
            ifeq 16
         6: .line 115
            aload 0 /* this */
            getfield sun.jvm.hotspot.interpreter.BytecodeInvoke.method:Lsun/jvm/hotspot/oops/Method;
            invokevirtual sun.jvm.hotspot.oops.Method.getConstants:()Lsun/jvm/hotspot/oops/ConstantPool;
            astore 2 /* cp */
        start local 2 // sun.jvm.hotspot.oops.ConstantPool cp
         7: .line 116
            aload 1 /* buf */
            bipush 40
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         8: .line 117
            aload 2 /* cp */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.indexForFieldOrMethod:()I
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.invokeDynamicNameAndTypeRefIndexAt:(I)I
            istore 3 /* poolIndex */
        start local 3 // int poolIndex
         9: .line 118
            aload 1 /* buf */
            iload 3 /* poolIndex */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        10: .line 119
            aload 1 /* buf */
            bipush 41
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        11: .line 120
            aload 1 /* buf */
            ldc " [Name and Type "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        12: .line 121
            aload 1 /* buf */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.name:()Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        13: .line 122
            aload 1 /* buf */
            ldc ":"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        14: .line 123
            aload 1 /* buf */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.signature:()Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        end local 3 // int poolIndex
        end local 2 // sun.jvm.hotspot.oops.ConstantPool cp
        15: .line 124
            goto 27
        16: .line 125
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            aload 1 /* buf */
            ldc " [Method "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        17: .line 126
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 2 /* sigBuf */
        start local 2 // java.lang.StringBuffer sigBuf
        18: .line 127
            new sun.jvm.hotspot.runtime.SignatureConverter
            dup
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.signature:()Lsun/jvm/hotspot/oops/Symbol;
            aload 2 /* sigBuf */
            invokespecial sun.jvm.hotspot.runtime.SignatureConverter.<init>:(Lsun/jvm/hotspot/oops/Symbol;Ljava/lang/StringBuffer;)V
            invokevirtual sun.jvm.hotspot.runtime.SignatureConverter.iterateReturntype:()V
        19: .line 128
            aload 1 /* buf */
            aload 2 /* sigBuf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        20: .line 129
            aload 1 /* buf */
            ldc " "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        21: .line 130
            aload 1 /* buf */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.name:()Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        22: .line 131
            aload 1 /* buf */
            bipush 40
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        23: .line 132
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 2 /* sigBuf */
        24: .line 133
            new sun.jvm.hotspot.runtime.SignatureConverter
            dup
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.signature:()Lsun/jvm/hotspot/oops/Symbol;
            aload 2 /* sigBuf */
            invokespecial sun.jvm.hotspot.runtime.SignatureConverter.<init>:(Lsun/jvm/hotspot/oops/Symbol;Ljava/lang/StringBuffer;)V
            invokevirtual sun.jvm.hotspot.runtime.SignatureConverter.iterateParameters:()V
        25: .line 134
            aload 1 /* buf */
            aload 2 /* sigBuf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        26: .line 135
            aload 1 /* buf */
            bipush 41
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        end local 2 // java.lang.StringBuffer sigBuf
        27: .line 137
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            bipush 93
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        28: .line 138
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.code:()I
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.javaCode:()I
            if_icmpeq 33
        29: .line 139
            aload 1 /* buf */
            ldc " "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        30: .line 140
            aload 1 /* buf */
            bipush 91
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        31: .line 141
            aload 1 /* buf */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeInvoke.getBytecodeName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        32: .line 142
            aload 1 /* buf */
            bipush 93
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        33: .line 144
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer buf
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeInvoke this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   34     0       this  Lsun/jvm/hotspot/interpreter/BytecodeInvoke;
            1   34     1        buf  Ljava/lang/StringBuffer;
            7   15     2         cp  Lsun/jvm/hotspot/oops/ConstantPool;
            9   15     3  poolIndex  I
           18   27     2     sigBuf  Ljava/lang/StringBuffer;
}
SourceFile: "BytecodeInvoke.java"