final class org.graalvm.compiler.core.test.GuardedIntrinsicTest$ReadCacheEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.core.test.GuardedIntrinsicTest$ReadCacheEntry
  super_class: java.lang.Object
{
  public final java.lang.Object identity;
    descriptor: Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final org.graalvm.compiler.nodes.ValueNode object;
    descriptor: Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  void <init>(java.lang.Object, org.graalvm.compiler.nodes.ValueNode);
    descriptor: (Ljava/lang/Object;Lorg/graalvm/compiler/nodes/ValueNode;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest$ReadCacheEntry this
        start local 1 // java.lang.Object identity
        start local 2 // org.graalvm.compiler.nodes.ValueNode object
         0: .line 209
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 210
            aload 0 /* this */
            aload 1 /* identity */
            putfield org.graalvm.compiler.core.test.GuardedIntrinsicTest$ReadCacheEntry.identity:Ljava/lang/Object;
         2: .line 211
            aload 0 /* this */
            aload 2 /* object */
            putfield org.graalvm.compiler.core.test.GuardedIntrinsicTest$ReadCacheEntry.object:Lorg/graalvm/compiler/nodes/ValueNode;
         3: .line 212
            return
        end local 2 // org.graalvm.compiler.nodes.ValueNode object
        end local 1 // java.lang.Object identity
        end local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest$ReadCacheEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/graalvm/compiler/core/test/GuardedIntrinsicTest$ReadCacheEntry;
            0    4     1  identity  Ljava/lang/Object;
            0    4     2    object  Lorg/graalvm/compiler/nodes/ValueNode;
    MethodParameters:
          Name  Flags
      identity  
      object    

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest$ReadCacheEntry this
         0: .line 216
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.GuardedIntrinsicTest$ReadCacheEntry.identity:Ljava/lang/Object;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.graalvm.compiler.core.test.GuardedIntrinsicTest$ReadCacheEntry.identity:Ljava/lang/Object;
            invokevirtual java.lang.Object.hashCode:()I
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* result */
        start local 1 // int result
         3: .line 217
            iload 1 /* result */
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.GuardedIntrinsicTest$ReadCacheEntry.object:Lorg/graalvm/compiler/nodes/ValueNode;
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            iadd
            ireturn
        end local 1 // int result
        end local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest$ReadCacheEntry this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/graalvm/compiler/core/test/GuardedIntrinsicTest$ReadCacheEntry;
            3    4     1  result  I
}
SourceFile: "GuardedIntrinsicTest.java"
NestHost: org.graalvm.compiler.core.test.GuardedIntrinsicTest
InnerClasses:
  final ReadCacheEntry = org.graalvm.compiler.core.test.GuardedIntrinsicTest$ReadCacheEntry of org.graalvm.compiler.core.test.GuardedIntrinsicTest