public class com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode extends com.oracle.truffle.nfi.test.NFITest$NFITestRootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode
  super_class: com.oracle.truffle.nfi.test.NFITest$NFITestRootNode
{
  final java.lang.Object keepExistingObject;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  final java.lang.Object compareExistingObject;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  com.oracle.truffle.api.interop.InteropLibrary keepExistingObjectInterop;
    descriptor: Lcom/oracle/truffle/api/interop/InteropLibrary;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  com.oracle.truffle.api.interop.InteropLibrary compareExistingObjectInterop;
    descriptor: Lcom/oracle/truffle/api/interop/InteropLibrary;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  final com.oracle.truffle.nfi.test.ObjectNFITest this$0;
    descriptor: Lcom/oracle/truffle/nfi/test/ObjectNFITest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.oracle.truffle.nfi.test.ObjectNFITest);
    descriptor: (Lcom/oracle/truffle/nfi/test/ObjectNFITest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode this
         0: .line 218
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode.this$0:Lcom/oracle/truffle/nfi/test/ObjectNFITest;
            aload 0 /* this */
            invokespecial com.oracle.truffle.nfi.test.NFITest$NFITestRootNode.<init>:()V
         1: .line 220
            aload 0 /* this */
            ldc "keep_existing_object"
            ldc "(env, object):pointer"
            invokestatic com.oracle.truffle.nfi.test.ObjectNFITest.lookupAndBind:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
            putfield com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode.keepExistingObject:Ljava/lang/Object;
         2: .line 221
            aload 0 /* this */
            ldc "compare_existing_object"
            ldc "(env, pointer, pointer):sint32"
            invokestatic com.oracle.truffle.nfi.test.ObjectNFITest.lookupAndBind:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
            putfield com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode.compareExistingObject:Ljava/lang/Object;
         3: .line 223
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode.keepExistingObject:Ljava/lang/Object;
            invokestatic com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode.getInterop:(Ljava/lang/Object;)Lcom/oracle/truffle/api/interop/InteropLibrary;
            putfield com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode.keepExistingObjectInterop:Lcom/oracle/truffle/api/interop/InteropLibrary;
         4: .line 224
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode.compareExistingObject:Ljava/lang/Object;
            invokestatic com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode.getInterop:(Ljava/lang/Object;)Lcom/oracle/truffle/api/interop/InteropLibrary;
            putfield com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode.compareExistingObjectInterop:Lcom/oracle/truffle/api/interop/InteropLibrary;
         5: .line 218
            return
        end local 0 // com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/oracle/truffle/nfi/test/ObjectNFITest$TestCompareObjectNode;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.Object executeTest(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 228
            aload 1 /* frame */
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.getArguments:()[Ljava/lang/Object;
            iconst_0
            aaload
            astore 2 /* obj1 */
        start local 2 // java.lang.Object obj1
         1: .line 229
            aload 1 /* frame */
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.getArguments:()[Ljava/lang/Object;
            iconst_1
            aaload
            astore 3 /* obj2 */
        start local 3 // java.lang.Object obj2
         2: .line 231
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode.keepExistingObjectInterop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode.keepExistingObject:Ljava/lang/Object;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* obj1 */
            aastore
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.execute:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* nativePtr1 */
        start local 4 // java.lang.Object nativePtr1
         3: .line 232
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode.keepExistingObjectInterop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode.keepExistingObject:Ljava/lang/Object;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* obj2 */
            aastore
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.execute:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* nativePtr2 */
        start local 5 // java.lang.Object nativePtr2
         4: .line 234
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode.compareExistingObjectInterop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode.compareExistingObject:Ljava/lang/Object;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* nativePtr1 */
            aastore
            dup
            iconst_1
            aload 5 /* nativePtr2 */
            aastore
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.execute:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* ret */
        start local 6 // java.lang.Object ret
         5: .line 235
            aload 6 /* ret */
            areturn
        end local 6 // java.lang.Object ret
        end local 5 // java.lang.Object nativePtr2
        end local 4 // java.lang.Object nativePtr1
        end local 3 // java.lang.Object obj2
        end local 2 // java.lang.Object obj1
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lcom/oracle/truffle/nfi/test/ObjectNFITest$TestCompareObjectNode;
            0    6     1       frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            1    6     2        obj1  Ljava/lang/Object;
            2    6     3        obj2  Ljava/lang/Object;
            3    6     4  nativePtr1  Ljava/lang/Object;
            4    6     5  nativePtr2  Ljava/lang/Object;
            5    6     6         ret  Ljava/lang/Object;
    Exceptions:
      throws com.oracle.truffle.api.interop.InteropException
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "ObjectNFITest.java"
NestHost: com.oracle.truffle.nfi.test.ObjectNFITest
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  protected abstract NFITestRootNode = com.oracle.truffle.nfi.test.NFITest$NFITestRootNode of com.oracle.truffle.nfi.test.NFITest
  public TestCompareObjectNode = com.oracle.truffle.nfi.test.ObjectNFITest$TestCompareObjectNode of com.oracle.truffle.nfi.test.ObjectNFITest