class com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$3 extends com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$Data
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$3
  super_class: com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$Data
{
  final com.oracle.truffle.api.test.polyglot.ValueHostInteropTest this$0;
    descriptor: Lcom/oracle/truffle/api/test/polyglot/ValueHostInteropTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.concurrent.atomic.AtomicReference val$thisCalled;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.test.polyglot.ValueHostInteropTest, java.util.concurrent.atomic.AtomicReference);
    descriptor: (Lcom/oracle/truffle/api/test/polyglot/ValueHostInteropTest;Ljava/util/concurrent/atomic/AtomicReference;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$3 this
         0: .line 189
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$3.this$0:Lcom/oracle/truffle/api/test/polyglot/ValueHostInteropTest;
            aload 0 /* this */
            aload 2
            putfield com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$3.val$thisCalled:Ljava/util/concurrent/atomic/AtomicReference;
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$Data.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ValueHostInteropTest$3;
    MethodParameters:
                Name  Flags
      this$0          final
      val$thisCalled  final

  public java.lang.Object assertThis(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$3 this
        start local 1 // java.lang.Object param
         0: .line 192
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$3.val$thisCalled:Ljava/util/concurrent/atomic/AtomicReference;
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual java.util.concurrent.atomic.AtomicReference.set:(Ljava/lang/Object;)V
         1: .line 193
            aload 0 /* this */
            aload 1 /* param */
            invokespecial com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$Data.assertThis:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object param
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$3 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/api/test/polyglot/ValueHostInteropTest$3;
            0    2     1  param  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      param  
}
SourceFile: "ValueHostInteropTest.java"
EnclosingMethod: com.oracle.truffle.api.test.polyglot.ValueHostInteropTest.assertThisIsSame:()V
NestHost: com.oracle.truffle.api.test.polyglot.ValueHostInteropTest
InnerClasses:
  com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$3
  public Data = com.oracle.truffle.api.test.polyglot.ValueHostInteropTest$Data of com.oracle.truffle.api.test.polyglot.ValueHostInteropTest