public class org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode extends org.graalvm.compiler.nodes.AbstractStateSplit implements org.graalvm.compiler.graph.spi.Canonicalizable, org.graalvm.compiler.nodes.spi.Lowerable, org.graalvm.compiler.nodes.memory.SingleMemoryKill, org.graalvm.compiler.nodes.DeoptBciSupplier
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode
  super_class: org.graalvm.compiler.nodes.AbstractStateSplit
{
  public static final org.graalvm.compiler.graph.NodeClass<org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode> TYPE;
    descriptor: Lorg/graalvm/compiler/graph/NodeClass;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lorg/graalvm/compiler/graph/NodeClass<Lorg/graalvm/compiler/hotspot/replacements/IdentityHashCodeNode;>;

  org.graalvm.compiler.nodes.ValueNode object;
    descriptor: Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$Input()

  private int bci;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 51
            ldc Lorg/graalvm/compiler/hotspot/replacements/IdentityHashCodeNode;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode.$assertionsDisabled:Z
         3: .line 53
            ldc Lorg/graalvm/compiler/hotspot/replacements/IdentityHashCodeNode;
            invokestatic org.graalvm.compiler.graph.NodeClass.create:(Ljava/lang/Class;)Lorg/graalvm/compiler/graph/NodeClass;
            putstatic org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.graalvm.compiler.nodes.ValueNode, int);
    descriptor: (Lorg/graalvm/compiler/nodes/ValueNode;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode this
        start local 1 // org.graalvm.compiler.nodes.ValueNode object
        start local 2 // int bci
         0: .line 59
            aload 0 /* this */
            getstatic org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            bipush 32
            invokestatic org.graalvm.compiler.core.common.type.StampFactory.forInteger:(I)Lorg/graalvm/compiler/core/common/type/IntegerStamp;
            invokespecial org.graalvm.compiler.nodes.AbstractStateSplit.<init>:(Lorg/graalvm/compiler/graph/NodeClass;Lorg/graalvm/compiler/core/common/type/Stamp;)V
         1: .line 60
            aload 0 /* this */
            aload 1 /* object */
            putfield org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode.object:Lorg/graalvm/compiler/nodes/ValueNode;
         2: .line 61
            aload 0 /* this */
            iload 2 /* bci */
            putfield org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode.bci:I
         3: .line 62
            return
        end local 2 // int bci
        end local 1 // org.graalvm.compiler.nodes.ValueNode object
        end local 0 // org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/graalvm/compiler/hotspot/replacements/IdentityHashCodeNode;
            0    4     1  object  Lorg/graalvm/compiler/nodes/ValueNode;
            0    4     2     bci  I
    MethodParameters:
        Name  Flags
      object  
      bci     

  public jdk.internal.vm.compiler.word.LocationIdentity getKilledLocationIdentity();
    descriptor: ()Ljdk/internal/vm/compiler/word/LocationIdentity;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode this
         0: .line 66
            getstatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.MARK_WORD_LOCATION:Ljdk/internal/vm/compiler/word/LocationIdentity;
            areturn
        end local 0 // org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/replacements/IdentityHashCodeNode;

  public org.graalvm.compiler.nodes.ValueNode object();
    descriptor: ()Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode this
         0: .line 70
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode.object:Lorg/graalvm/compiler/nodes/ValueNode;
            areturn
        end local 0 // org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/replacements/IdentityHashCodeNode;

  public int bci();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode this
         0: .line 75
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode.bci:I
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/replacements/IdentityHashCodeNode;

  public void setBci(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode this
        start local 1 // int bci
         0: .line 80
            aload 0 /* this */
            iload 1 /* bci */
            putfield org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode.bci:I
         1: .line 81
            return
        end local 1 // int bci
        end local 0 // org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/replacements/IdentityHashCodeNode;
            0    2     1   bci  I
    MethodParameters:
      Name  Flags
      bci   

  public org.graalvm.compiler.graph.Node canonical(org.graalvm.compiler.graph.spi.CanonicalizerTool);
    descriptor: (Lorg/graalvm/compiler/graph/spi/CanonicalizerTool;)Lorg/graalvm/compiler/graph/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode this
        start local 1 // org.graalvm.compiler.graph.spi.CanonicalizerTool tool
         0: .line 85
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode.object:Lorg/graalvm/compiler/nodes/ValueNode;
            invokevirtual org.graalvm.compiler.nodes.ValueNode.isConstant:()Z
            ifeq 11
         1: .line 86
            getstatic org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode.object:Lorg/graalvm/compiler/nodes/ValueNode;
            getstatic org.graalvm.compiler.nodes.NodeView.DEFAULT:Lorg/graalvm/compiler/nodes/NodeView;
            invokevirtual org.graalvm.compiler.nodes.ValueNode.stamp:(Lorg/graalvm/compiler/nodes/NodeView;)Lorg/graalvm/compiler/core/common/type/Stamp;
            instanceof org.graalvm.compiler.core.common.type.AbstractObjectStamp
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode.object:Lorg/graalvm/compiler/nodes/ValueNode;
            invokevirtual org.graalvm.compiler.nodes.ValueNode.asConstant:()Ljdk/vm/ci/meta/Constant;
            checkcast jdk.vm.ci.meta.JavaConstant
            astore 2 /* c */
        start local 2 // jdk.vm.ci.meta.JavaConstant c
         3: .line 88
            getstatic org.graalvm.compiler.core.common.GraalOptions.ImmutableCode:Lorg/graalvm/compiler/options/OptionKey;
            aload 1 /* tool */
            invokeinterface org.graalvm.compiler.graph.spi.CanonicalizerTool.getOptions:()Lorg/graalvm/compiler/options/OptionValues;
            invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 5
         4: .line 89
            aload 0 /* this */
            areturn
         5: .line 91
      StackMap locals: jdk.vm.ci.meta.JavaConstant
      StackMap stack:
            aconst_null
            astore 3 /* identityHashCode */
        start local 3 // jdk.vm.ci.meta.JavaConstant identityHashCode
         6: .line 92
            aload 2 /* c */
            invokeinterface jdk.vm.ci.meta.JavaConstant.isNull:()Z
            ifeq 9
         7: .line 93
            iconst_0
            invokestatic jdk.vm.ci.meta.JavaConstant.forInt:(I)Ljdk/vm/ci/meta/PrimitiveConstant;
            astore 3 /* identityHashCode */
         8: .line 94
            goto 10
         9: .line 95
      StackMap locals: jdk.vm.ci.meta.JavaConstant
      StackMap stack:
            aload 2 /* c */
            checkcast jdk.vm.ci.hotspot.HotSpotObjectConstant
            invokeinterface jdk.vm.ci.hotspot.HotSpotObjectConstant.getIdentityHashCode:()I
            invokestatic jdk.vm.ci.meta.JavaConstant.forInt:(I)Ljdk/vm/ci/meta/PrimitiveConstant;
            astore 3 /* identityHashCode */
        10: .line 98
      StackMap locals:
      StackMap stack:
            new org.graalvm.compiler.nodes.ConstantNode
            dup
            aload 3 /* identityHashCode */
            aload 3 /* identityHashCode */
            invokestatic org.graalvm.compiler.core.common.type.StampFactory.forConstant:(Ljdk/vm/ci/meta/JavaConstant;)Lorg/graalvm/compiler/core/common/type/Stamp;
            invokespecial org.graalvm.compiler.nodes.ConstantNode.<init>:(Ljdk/vm/ci/meta/Constant;Lorg/graalvm/compiler/core/common/type/Stamp;)V
            areturn
        end local 3 // jdk.vm.ci.meta.JavaConstant identityHashCode
        end local 2 // jdk.vm.ci.meta.JavaConstant c
        11: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.graalvm.compiler.graph.spi.CanonicalizerTool tool
        end local 0 // org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   12     0              this  Lorg/graalvm/compiler/hotspot/replacements/IdentityHashCodeNode;
            0   12     1              tool  Lorg/graalvm/compiler/graph/spi/CanonicalizerTool;
            3   11     2                 c  Ljdk/vm/ci/meta/JavaConstant;
            6   11     3  identityHashCode  Ljdk/vm/ci/meta/JavaConstant;
    MethodParameters:
      Name  Flags
      tool  
}
SourceFile: "IdentityHashCodeNode.java"
InnerClasses:
  public abstract Input = org.graalvm.compiler.graph.Node$Input of org.graalvm.compiler.graph.Node
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.nodeinfo.NodeInfo(cycles = org.graalvm.compiler.nodeinfo.NodeCycles.CYCLES_0:Lorg/graalvm/compiler/nodeinfo/NodeCycles;, size = org.graalvm.compiler.nodeinfo.NodeSize.SIZE_0:Lorg/graalvm/compiler/nodeinfo/NodeSize;)