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

  public boolean isStatic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodePutStatic this
         0: .line 36
            iconst_1
            ireturn
        end local 0 // sun.jvm.hotspot.interpreter.BytecodePutStatic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/interpreter/BytecodePutStatic;

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

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

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

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

  public static sun.jvm.hotspot.interpreter.BytecodePutStatic at(sun.jvm.hotspot.interpreter.BytecodeStream);
    descriptor: (Lsun/jvm/hotspot/interpreter/BytecodeStream;)Lsun/jvm/hotspot/interpreter/BytecodePutStatic;
    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 64
            new sun.jvm.hotspot.interpreter.BytecodePutStatic
            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.BytecodePutStatic.<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   
}
SourceFile: "BytecodePutStatic.java"