final class com.oracle.truffle.polyglot.InstrumentCache$ServicesLoader$ServiceLoaderInstrumentReflection extends com.oracle.truffle.polyglot.InstrumentCache$InstrumentReflection
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.InstrumentCache$ServicesLoader$ServiceLoaderInstrumentReflection
  super_class: com.oracle.truffle.polyglot.InstrumentCache$InstrumentReflection
{
  private final com.oracle.truffle.api.instrumentation.TruffleInstrument$Provider provider;
    descriptor: Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Provider;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 416
            ldc Lcom/oracle/truffle/polyglot/InstrumentCache;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.polyglot.InstrumentCache$ServicesLoader$ServiceLoaderInstrumentReflection.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.oracle.truffle.api.instrumentation.TruffleInstrument$Provider);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Provider;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.InstrumentCache$ServicesLoader$ServiceLoaderInstrumentReflection this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Provider provider
         0: .line 420
            aload 0 /* this */
            invokespecial com.oracle.truffle.polyglot.InstrumentCache$InstrumentReflection.<init>:()V
         1: .line 421
            getstatic com.oracle.truffle.polyglot.InstrumentCache$ServicesLoader$ServiceLoaderInstrumentReflection.$assertionsDisabled:Z
            ifne 2
            aload 1 /* provider */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 422
      StackMap locals: com.oracle.truffle.polyglot.InstrumentCache$ServicesLoader$ServiceLoaderInstrumentReflection com.oracle.truffle.api.instrumentation.TruffleInstrument$Provider
      StackMap stack:
            aload 0 /* this */
            aload 1 /* provider */
            putfield com.oracle.truffle.polyglot.InstrumentCache$ServicesLoader$ServiceLoaderInstrumentReflection.provider:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Provider;
         3: .line 423
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Provider provider
        end local 0 // com.oracle.truffle.polyglot.InstrumentCache$ServicesLoader$ServiceLoaderInstrumentReflection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/polyglot/InstrumentCache$ServicesLoader$ServiceLoaderInstrumentReflection;
            0    4     1  provider  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Provider;
    MethodParameters:
          Name  Flags
      provider  

  com.oracle.truffle.api.instrumentation.TruffleInstrument newInstance();
    descriptor: ()Lcom/oracle/truffle/api/instrumentation/TruffleInstrument;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.InstrumentCache$ServicesLoader$ServiceLoaderInstrumentReflection this
         0: .line 427
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.InstrumentCache$ServicesLoader$ServiceLoaderInstrumentReflection.provider:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Provider;
            invokeinterface com.oracle.truffle.api.instrumentation.TruffleInstrument$Provider.create:()Lcom/oracle/truffle/api/instrumentation/TruffleInstrument;
            areturn
        end local 0 // com.oracle.truffle.polyglot.InstrumentCache$ServicesLoader$ServiceLoaderInstrumentReflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/InstrumentCache$ServicesLoader$ServiceLoaderInstrumentReflection;

  java.lang.Class<? extends com.oracle.truffle.api.instrumentation.TruffleInstrument> aotInitializeAtBuildTime();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.InstrumentCache$ServicesLoader$ServiceLoaderInstrumentReflection this
         0: .line 432
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.polyglot.InstrumentCache$ServicesLoader$ServiceLoaderInstrumentReflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/InstrumentCache$ServicesLoader$ServiceLoaderInstrumentReflection;
    Signature: ()Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/TruffleInstrument;>;
}
SourceFile: "InstrumentCache.java"
NestHost: com.oracle.truffle.polyglot.InstrumentCache
InnerClasses:
  public abstract Provider = com.oracle.truffle.api.instrumentation.TruffleInstrument$Provider of com.oracle.truffle.api.instrumentation.TruffleInstrument
  private abstract InstrumentReflection = com.oracle.truffle.polyglot.InstrumentCache$InstrumentReflection of com.oracle.truffle.polyglot.InstrumentCache
  private final ServicesLoader = com.oracle.truffle.polyglot.InstrumentCache$ServicesLoader of com.oracle.truffle.polyglot.InstrumentCache
  private final ServiceLoaderInstrumentReflection = com.oracle.truffle.polyglot.InstrumentCache$ServicesLoader$ServiceLoaderInstrumentReflection of com.oracle.truffle.polyglot.InstrumentCache$ServicesLoader