final class com.oracle.truffle.polyglot.InstrumentCache
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.InstrumentCache
  super_class: java.lang.Object
{
  private static final java.util.List<com.oracle.truffle.polyglot.InstrumentCache> nativeImageCache;
    descriptor: Ljava/util/List;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/List<Lcom/oracle/truffle/polyglot/InstrumentCache;>;

  private static java.util.Map<java.util.List<com.oracle.truffle.polyglot.EngineAccessor$AbstractClassLoaderSupplier>, java.util.List<com.oracle.truffle.polyglot.InstrumentCache>> runtimeCaches;
    descriptor: Ljava/util/Map;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/util/Map<Ljava/util/List<Lcom/oracle/truffle/polyglot/EngineAccessor$AbstractClassLoaderSupplier;>;Ljava/util/List<Lcom/oracle/truffle/polyglot/InstrumentCache;>;>;

  private final java.lang.String className;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String version;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean internal;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Set<java.lang.String> services;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Ljava/lang/String;>;

  private final com.oracle.truffle.polyglot.InstrumentCache$InstrumentReflection instrumentReflection;
    descriptor: Lcom/oracle/truffle/polyglot/InstrumentCache$InstrumentReflection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 73
            getstatic com.oracle.truffle.api.TruffleOptions.AOT:Z
            ifeq 1
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.util.ArrayList
         2: putstatic com.oracle.truffle.polyglot.InstrumentCache.nativeImageCache:Ljava/util/List;
         3: .line 74
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putstatic com.oracle.truffle.polyglot.InstrumentCache.runtimeCaches:Ljava/util/Map;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void initializeNativeImageState(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // java.lang.ClassLoader imageClassLoader
         0: .line 93
            getstatic com.oracle.truffle.polyglot.InstrumentCache.nativeImageCache:Ljava/util/List;
            iconst_1
            anewarray com.oracle.truffle.polyglot.EngineAccessor$AbstractClassLoaderSupplier
            dup
            iconst_0
            new com.oracle.truffle.polyglot.EngineAccessor$StrongClassLoaderSupplier
            dup
            aload 0 /* imageClassLoader */
            invokespecial com.oracle.truffle.polyglot.EngineAccessor$StrongClassLoaderSupplier.<init>:(Ljava/lang/ClassLoader;)V
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokestatic com.oracle.truffle.polyglot.InstrumentCache.doLoad:(Ljava/util/List;)Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         1: .line 94
            return
        end local 0 // java.lang.ClassLoader imageClassLoader
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0  imageClassLoader  Ljava/lang/ClassLoader;
    MethodParameters:
                  Name  Flags
      imageClassLoader  

  private static void resetNativeImageState();
    descriptor: ()V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 103
            getstatic com.oracle.truffle.polyglot.InstrumentCache.nativeImageCache:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 104
            getstatic com.oracle.truffle.polyglot.InstrumentCache.runtimeCaches:Ljava/util/Map;
            invokeinterface java.util.Map.clear:()V
         2: .line 105
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, java.util.Set<java.lang.String>, com.oracle.truffle.polyglot.InstrumentCache$InstrumentReflection);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZLjava/util/Set;Lcom/oracle/truffle/polyglot/InstrumentCache$InstrumentReflection;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // com.oracle.truffle.polyglot.InstrumentCache this
        start local 1 // java.lang.String id
        start local 2 // java.lang.String name
        start local 3 // java.lang.String version
        start local 4 // java.lang.String className
        start local 5 // boolean internal
        start local 6 // java.util.Set services
        start local 7 // com.oracle.truffle.polyglot.InstrumentCache$InstrumentReflection instrumentReflection
         0: .line 107
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 108
            aload 0 /* this */
            aload 7 /* instrumentReflection */
            putfield com.oracle.truffle.polyglot.InstrumentCache.instrumentReflection:Lcom/oracle/truffle/polyglot/InstrumentCache$InstrumentReflection;
         2: .line 109
            aload 0 /* this */
            aload 1 /* id */
            putfield com.oracle.truffle.polyglot.InstrumentCache.id:Ljava/lang/String;
         3: .line 110
            aload 0 /* this */
            aload 2 /* name */
            putfield com.oracle.truffle.polyglot.InstrumentCache.name:Ljava/lang/String;
         4: .line 111
            aload 0 /* this */
            aload 3 /* version */
            putfield com.oracle.truffle.polyglot.InstrumentCache.version:Ljava/lang/String;
         5: .line 112
            aload 0 /* this */
            aload 4 /* className */
            putfield com.oracle.truffle.polyglot.InstrumentCache.className:Ljava/lang/String;
         6: .line 113
            aload 0 /* this */
            iload 5 /* internal */
            putfield com.oracle.truffle.polyglot.InstrumentCache.internal:Z
         7: .line 114
            aload 0 /* this */
            aload 6 /* services */
            putfield com.oracle.truffle.polyglot.InstrumentCache.services:Ljava/util/Set;
         8: .line 116
            getstatic com.oracle.truffle.api.TruffleOptions.AOT:Z
            ifeq 10
         9: .line 117
            aload 7 /* instrumentReflection */
            invokevirtual com.oracle.truffle.polyglot.InstrumentCache$InstrumentReflection.aotInitializeAtBuildTime:()Ljava/lang/Class;
            pop
        10: .line 119
      StackMap locals: com.oracle.truffle.polyglot.InstrumentCache java.lang.String java.lang.String java.lang.String java.lang.String int java.util.Set com.oracle.truffle.polyglot.InstrumentCache$InstrumentReflection
      StackMap stack:
            return
        end local 7 // com.oracle.truffle.polyglot.InstrumentCache$InstrumentReflection instrumentReflection
        end local 6 // java.util.Set services
        end local 5 // boolean internal
        end local 4 // java.lang.String className
        end local 3 // java.lang.String version
        end local 2 // java.lang.String name
        end local 1 // java.lang.String id
        end local 0 // com.oracle.truffle.polyglot.InstrumentCache this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   11     0                  this  Lcom/oracle/truffle/polyglot/InstrumentCache;
            0   11     1                    id  Ljava/lang/String;
            0   11     2                  name  Ljava/lang/String;
            0   11     3               version  Ljava/lang/String;
            0   11     4             className  Ljava/lang/String;
            0   11     5              internal  Z
            0   11     6              services  Ljava/util/Set<Ljava/lang/String;>;
            0   11     7  instrumentReflection  Lcom/oracle/truffle/polyglot/InstrumentCache$InstrumentReflection;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZLjava/util/Set<Ljava/lang/String;>;Lcom/oracle/truffle/polyglot/InstrumentCache$InstrumentReflection;)V
    MethodParameters:
                      Name  Flags
      id                    
      name                  
      version               
      className             
      internal              
      services              
      instrumentReflection  

  public boolean isInternal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.InstrumentCache this
         0: .line 122
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.InstrumentCache.internal:Z
            ireturn
        end local 0 // com.oracle.truffle.polyglot.InstrumentCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/InstrumentCache;

  static java.util.List<com.oracle.truffle.polyglot.InstrumentCache> load();
    descriptor: ()Ljava/util/List;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=0
         0: .line 126
            getstatic com.oracle.truffle.api.TruffleOptions.AOT:Z
            ifeq 2
         1: .line 127
            getstatic com.oracle.truffle.polyglot.InstrumentCache.nativeImageCache:Ljava/util/List;
            areturn
         2: .line 129
      StackMap locals:
      StackMap stack:
            ldc Lcom/oracle/truffle/polyglot/InstrumentCache;
            dup
            astore 0
            monitorenter
         3: .line 130
            invokestatic com.oracle.truffle.polyglot.EngineAccessor.locatorOrDefaultLoaders:()Ljava/util/List;
            astore 1 /* classLoaders */
        start local 1 // java.util.List classLoaders
         4: .line 131
            getstatic com.oracle.truffle.polyglot.InstrumentCache.runtimeCaches:Ljava/util/Map;
            aload 1 /* classLoaders */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            astore 2 /* cache */
        start local 2 // java.util.List cache
         5: .line 132
            aload 2 /* cache */
            ifnonnull 8
         6: .line 133
            aload 1 /* classLoaders */
            invokestatic com.oracle.truffle.polyglot.InstrumentCache.doLoad:(Ljava/util/List;)Ljava/util/List;
            astore 2 /* cache */
         7: .line 134
            getstatic com.oracle.truffle.polyglot.InstrumentCache.runtimeCaches:Ljava/util/Map;
            aload 1 /* classLoaders */
            aload 2 /* cache */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 136
      StackMap locals: java.lang.Class java.util.List java.util.List
      StackMap stack:
            aload 2 /* cache */
            aload 0
            monitorexit
         9: areturn
        end local 2 // java.util.List cache
        end local 1 // java.util.List classLoaders
        10: .line 129
      StackMap locals: java.lang.Class
      StackMap stack: java.lang.Throwable
            aload 0
            monitorexit
        11: athrow
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            4   10     1  classLoaders  Ljava/util/List<Lcom/oracle/truffle/polyglot/EngineAccessor$AbstractClassLoaderSupplier;>;
            5   10     2         cache  Ljava/util/List<Lcom/oracle/truffle/polyglot/InstrumentCache;>;
      Exception table:
        from    to  target  type
           3     9      10  any
          10    11      10  any
    Signature: ()Ljava/util/List<Lcom/oracle/truffle/polyglot/InstrumentCache;>;

  static java.util.List<com.oracle.truffle.polyglot.InstrumentCache> doLoad(java.util.List<com.oracle.truffle.polyglot.EngineAccessor$AbstractClassLoaderSupplier>);
    descriptor: (Ljava/util/List;)Ljava/util/List;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // java.util.List suppliers
         0: .line 141
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* list */
        start local 1 // java.util.List list
         1: .line 142
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 2 /* classNamesUsed */
        start local 2 // java.util.Set classNamesUsed
         2: .line 143
            aload 0 /* suppliers */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: java.util.List java.util.List java.util.Set top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.function.Supplier
            astore 3 /* supplier */
        start local 3 // java.util.function.Supplier supplier
         4: .line 144
            aload 3 /* supplier */
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            checkcast java.lang.ClassLoader
            aload 1 /* list */
            aload 2 /* classNamesUsed */
            invokestatic com.oracle.truffle.polyglot.InstrumentCache$Loader.load:(Ljava/lang/ClassLoader;Ljava/util/List;Ljava/util/Set;)V
        end local 3 // java.util.function.Supplier supplier
         5: .line 143
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 146
            aload 1 /* list */
            new com.oracle.truffle.polyglot.InstrumentCache$1
            dup
            invokespecial com.oracle.truffle.polyglot.InstrumentCache$1.<init>:()V
            invokestatic java.util.Collections.sort:(Ljava/util/List;Ljava/util/Comparator;)V
         7: .line 152
            aload 1 /* list */
            areturn
        end local 2 // java.util.Set classNamesUsed
        end local 1 // java.util.List list
        end local 0 // java.util.List suppliers
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0       suppliers  Ljava/util/List<Lcom/oracle/truffle/polyglot/EngineAccessor$AbstractClassLoaderSupplier;>;
            1    8     1            list  Ljava/util/List<Lcom/oracle/truffle/polyglot/InstrumentCache;>;
            2    8     2  classNamesUsed  Ljava/util/Set<Ljava/lang/String;>;
            4    5     3        supplier  Ljava/util/function/Supplier<Ljava/lang/ClassLoader;>;
    Signature: (Ljava/util/List<Lcom/oracle/truffle/polyglot/EngineAccessor$AbstractClassLoaderSupplier;>;)Ljava/util/List<Lcom/oracle/truffle/polyglot/InstrumentCache;>;
    MethodParameters:
           Name  Flags
      suppliers  

  java.lang.String getId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.InstrumentCache this
         0: .line 156
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.InstrumentCache.id:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.polyglot.InstrumentCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/InstrumentCache;

  java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.InstrumentCache this
         0: .line 160
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.InstrumentCache.name:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.polyglot.InstrumentCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/InstrumentCache;

  java.lang.String getClassName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.InstrumentCache this
         0: .line 164
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.InstrumentCache.className:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.polyglot.InstrumentCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/InstrumentCache;

  java.lang.String getVersion();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.InstrumentCache this
         0: .line 168
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.InstrumentCache.version:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.polyglot.InstrumentCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/InstrumentCache;

  com.oracle.truffle.api.instrumentation.TruffleInstrument loadInstrument();
    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 this
         0: .line 172
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.InstrumentCache.instrumentReflection:Lcom/oracle/truffle/polyglot/InstrumentCache$InstrumentReflection;
            invokevirtual com.oracle.truffle.polyglot.InstrumentCache$InstrumentReflection.newInstance:()Lcom/oracle/truffle/api/instrumentation/TruffleInstrument;
            areturn
        end local 0 // com.oracle.truffle.polyglot.InstrumentCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/InstrumentCache;

  boolean supportsService(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.InstrumentCache this
        start local 1 // java.lang.Class clazz
         0: .line 176
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.InstrumentCache.services:Ljava/util/Set;
            aload 1 /* clazz */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.InstrumentCache.services:Ljava/util/Set;
            aload 1 /* clazz */
            invokevirtual java.lang.Class.getCanonicalName:()Ljava/lang/String;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // java.lang.Class clazz
        end local 0 // com.oracle.truffle.polyglot.InstrumentCache this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/polyglot/InstrumentCache;
            0    2     1  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
       Name  Flags
      clazz  

  java.lang.String[] services();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.InstrumentCache this
         0: .line 180
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.InstrumentCache.services:Ljava/util/Set;
            iconst_0
            anewarray java.lang.String
            invokeinterface java.util.Set.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.String[]
            areturn
        end local 0 // com.oracle.truffle.polyglot.InstrumentCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/InstrumentCache;
}
SourceFile: "InstrumentCache.java"
NestMembers:
  com.oracle.truffle.polyglot.InstrumentCache$1  com.oracle.truffle.polyglot.InstrumentCache$InstrumentReflection  com.oracle.truffle.polyglot.InstrumentCache$LegacyLoader  com.oracle.truffle.polyglot.InstrumentCache$LegacyLoader$LegacyInstrumentReflection  com.oracle.truffle.polyglot.InstrumentCache$Loader  com.oracle.truffle.polyglot.InstrumentCache$ServicesLoader  com.oracle.truffle.polyglot.InstrumentCache$ServicesLoader$ServiceLoaderInstrumentReflection
InnerClasses:
  abstract AbstractClassLoaderSupplier = com.oracle.truffle.polyglot.EngineAccessor$AbstractClassLoaderSupplier of com.oracle.truffle.polyglot.EngineAccessor
  final StrongClassLoaderSupplier = com.oracle.truffle.polyglot.EngineAccessor$StrongClassLoaderSupplier of com.oracle.truffle.polyglot.EngineAccessor
  com.oracle.truffle.polyglot.InstrumentCache$1
  private abstract InstrumentReflection = com.oracle.truffle.polyglot.InstrumentCache$InstrumentReflection of com.oracle.truffle.polyglot.InstrumentCache
  private final LegacyLoader = com.oracle.truffle.polyglot.InstrumentCache$LegacyLoader of com.oracle.truffle.polyglot.InstrumentCache
  private abstract Loader = com.oracle.truffle.polyglot.InstrumentCache$Loader of com.oracle.truffle.polyglot.InstrumentCache
  private final ServicesLoader = com.oracle.truffle.polyglot.InstrumentCache$ServicesLoader of com.oracle.truffle.polyglot.InstrumentCache