class com.oracle.truffle.js.test.instrumentation.GR18957$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.js.test.instrumentation.GR18957$1
  super_class: java.lang.Object
{
  final com.oracle.truffle.js.test.instrumentation.GR18957 this$0;
    descriptor: Lcom/oracle/truffle/js/test/instrumentation/GR18957;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.graalvm.polyglot.Context val$context;
    descriptor: Lorg/graalvm/polyglot/Context;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final boolean[] val$passed;
    descriptor: [Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.js.test.instrumentation.GR18957, org.graalvm.polyglot.Context, boolean[]);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/GR18957;Lorg/graalvm/polyglot/Context;[Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.js.test.instrumentation.GR18957$1 this
         0: .line 61
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.js.test.instrumentation.GR18957$1.this$0:Lcom/oracle/truffle/js/test/instrumentation/GR18957;
            aload 0 /* this */
            aload 2
            putfield com.oracle.truffle.js.test.instrumentation.GR18957$1.val$context:Lorg/graalvm/polyglot/Context;
            aload 0 /* this */
            aload 3
            putfield com.oracle.truffle.js.test.instrumentation.GR18957$1.val$passed:[Z
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.GR18957$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/instrumentation/GR18957$1;
    MethodParameters:
             Name  Flags
      this$0       final
      val$context  final
      val$passed   final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.GR18957$1 this
         0: .line 64
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.instrumentation.GR18957$1.val$context:Lorg/graalvm/polyglot/Context;
            invokevirtual org.graalvm.polyglot.Context.getEngine:()Lorg/graalvm/polyglot/Engine;
            invokevirtual org.graalvm.polyglot.Engine.getInstruments:()Ljava/util/Map;
            ldc "GR18957Instrument"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.graalvm.polyglot.Instrument
            ldc Lcom/oracle/truffle/js/test/instrumentation/GR18957$GR18957Instrument;
            invokevirtual org.graalvm.polyglot.Instrument.lookup:(Ljava/lang/Class;)Ljava/lang/Object;
            pop
         1: .line 65
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.instrumentation.GR18957$1.val$passed:[Z
            iconst_0
            iconst_1
            bastore
         2: .line 66
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.GR18957$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/js/test/instrumentation/GR18957$1;
}
SourceFile: "GR18957.java"
EnclosingMethod: com.oracle.truffle.js.test.instrumentation.GR18957.testIt:()V
NestHost: com.oracle.truffle.js.test.instrumentation.GR18957
InnerClasses:
  com.oracle.truffle.js.test.instrumentation.GR18957$1
  public GR18957Instrument = com.oracle.truffle.js.test.instrumentation.GR18957$GR18957Instrument of com.oracle.truffle.js.test.instrumentation.GR18957