public class sun.jvm.hotspot.interpreter.BytecodeIinc extends sun.jvm.hotspot.interpreter.BytecodeWideable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.interpreter.BytecodeIinc
  super_class: sun.jvm.hotspot.interpreter.BytecodeWideable
{
  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.BytecodeIinc 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.BytecodeWideable.<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.BytecodeIinc this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/interpreter/BytecodeIinc;
            0    2     1  method  Lsun/jvm/hotspot/oops/Method;
            0    2     2     bci  I
    MethodParameters:
        Name  Flags
      method  
      bci     

  public int getIncrement();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeIinc this
         0: .line 37
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeIinc.isWide:()Z
            ifeq 1
            aload 0 /* this */
            iconst_3
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeIinc.javaShortAt:(I)S
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            iconst_2
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeIinc.javaByteAt:(I)B
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeIinc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/interpreter/BytecodeIinc;

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

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

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

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

  public static sun.jvm.hotspot.interpreter.BytecodeIinc at(sun.jvm.hotspot.interpreter.BytecodeStream);
    descriptor: (Lsun/jvm/hotspot/interpreter/BytecodeStream;)Lsun/jvm/hotspot/interpreter/BytecodeIinc;
    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 65
            new sun.jvm.hotspot.interpreter.BytecodeIinc
            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.BytecodeIinc.<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=2, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeIinc this
         0: .line 69
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuffer buf
         1: .line 70
            aload 1 /* buf */
            ldc "iinc"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 71
            aload 1 /* buf */
            ldc " "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 72
            aload 1 /* buf */
            bipush 35
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         4: .line 73
            aload 1 /* buf */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeIinc.getLocalVarIndex:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 74
            aload 1 /* buf */
            ldc " by "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 75
            aload 1 /* buf */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeIinc.getIncrement:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 76
            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.BytecodeIinc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/jvm/hotspot/interpreter/BytecodeIinc;
            1    8     1   buf  Ljava/lang/StringBuffer;
}
SourceFile: "BytecodeIinc.java"