public class com.oracle.truffle.js.test.instrumentation.GR22048$InstrumentInstaller implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.js.test.instrumentation.GR22048$InstrumentInstaller
  super_class: java.lang.Object
{
  private final org.graalvm.polyglot.Engine engine;
    descriptor: Lorg/graalvm/polyglot/Engine;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.graalvm.polyglot.Engine);
    descriptor: (Lorg/graalvm/polyglot/Engine;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.test.instrumentation.GR22048$InstrumentInstaller this
        start local 1 // org.graalvm.polyglot.Engine engine
         0: .line 164
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 165
            aload 0 /* this */
            aload 1 /* engine */
            putfield com.oracle.truffle.js.test.instrumentation.GR22048$InstrumentInstaller.engine:Lorg/graalvm/polyglot/Engine;
         2: .line 166
            return
        end local 1 // org.graalvm.polyglot.Engine engine
        end local 0 // com.oracle.truffle.js.test.instrumentation.GR22048$InstrumentInstaller this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/truffle/js/test/instrumentation/GR22048$InstrumentInstaller;
            0    3     1  engine  Lorg/graalvm/polyglot/Engine;
    MethodParameters:
        Name  Flags
      engine  

  final boolean isExecutable();
    descriptor: ()Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.GR22048$InstrumentInstaller this
         0: .line 171
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.js.test.instrumentation.GR22048$InstrumentInstaller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/instrumentation/GR22048$InstrumentInstaller;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  final java.lang.Object execute(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.test.instrumentation.GR22048$InstrumentInstaller this
        start local 1 // java.lang.Object[] arguments
         0: .line 177
            getstatic com.oracle.truffle.js.test.instrumentation.GR22048.filterTL:Ljava/lang/ThreadLocal;
            aload 1 /* arguments */
            iconst_0
            aaload
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
         1: .line 178
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.instrumentation.GR22048$InstrumentInstaller.engine:Lorg/graalvm/polyglot/Engine;
            invokevirtual org.graalvm.polyglot.Engine.getInstruments:()Ljava/util/Map;
            ldc "GR22048Instrument"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.graalvm.polyglot.Instrument
            ldc Lcom/oracle/truffle/js/test/instrumentation/GR22048$GR22048Instrument;
            invokevirtual org.graalvm.polyglot.Instrument.lookup:(Ljava/lang/Class;)Ljava/lang/Object;
            pop
         2: .line 179
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 1 // java.lang.Object[] arguments
        end local 0 // com.oracle.truffle.js.test.instrumentation.GR22048$InstrumentInstaller this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/oracle/truffle/js/test/instrumentation/GR22048$InstrumentInstaller;
            0    3     1  arguments  [Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
           Name  Flags
      arguments  
}
SourceFile: "GR22048.java"
NestHost: com.oracle.truffle.js.test.instrumentation.GR22048
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  public GR22048Instrument = com.oracle.truffle.js.test.instrumentation.GR22048$GR22048Instrument of com.oracle.truffle.js.test.instrumentation.GR22048
  public InstrumentInstaller = com.oracle.truffle.js.test.instrumentation.GR22048$InstrumentInstaller of com.oracle.truffle.js.test.instrumentation.GR22048
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)