class com.oracle.truffle.llvm.spi.ReferenceLibrary$InteropFallback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.llvm.spi.ReferenceLibrary$InteropFallback
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.spi.ReferenceLibrary$InteropFallback this
         0: .line 70
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.spi.ReferenceLibrary$InteropFallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/spi/ReferenceLibrary$InteropFallback;

  static boolean isSame(java.lang.Object, java.lang.Object, com.oracle.truffle.api.interop.InteropLibrary, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;Lcom/oracle/truffle/api/interop/InteropLibrary;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // java.lang.Object receiver
        start local 1 // java.lang.Object other
        start local 2 // com.oracle.truffle.api.interop.InteropLibrary receiverInterop
        start local 3 // com.oracle.truffle.api.interop.InteropLibrary otherInterop
         0: .line 76
            aload 2 /* receiverInterop */
            aload 0 /* receiver */
            aload 1 /* other */
            aload 3 /* otherInterop */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isIdentical:(Ljava/lang/Object;Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;)Z
            ireturn
        end local 3 // com.oracle.truffle.api.interop.InteropLibrary otherInterop
        end local 2 // com.oracle.truffle.api.interop.InteropLibrary receiverInterop
        end local 1 // java.lang.Object other
        end local 0 // java.lang.Object receiver
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0         receiver  Ljava/lang/Object;
            0    1     1            other  Ljava/lang/Object;
            0    1     2  receiverInterop  Lcom/oracle/truffle/api/interop/InteropLibrary;
            0    1     3     otherInterop  Lcom/oracle/truffle/api/interop/InteropLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.library.CachedLibrary(value = "receiver")
      3:
        com.oracle.truffle.api.library.CachedLibrary(limit = "3")
    MethodParameters:
                 Name  Flags
      receiver         
      other            
      receiverInterop  
      otherInterop     
}
SourceFile: "ReferenceLibrary.java"
NestHost: com.oracle.truffle.llvm.spi.ReferenceLibrary
InnerClasses:
  InteropFallback = com.oracle.truffle.llvm.spi.ReferenceLibrary$InteropFallback of com.oracle.truffle.llvm.spi.ReferenceLibrary
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/llvm/spi/ReferenceLibrary;, receiverType = Ljava/lang/Object;)