public final class com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph
  super_class: java.lang.Object
{
  private final java.util.Map<java.lang.String, com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency> allDependencies;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph this
         0: .line 162
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 163
            aload 0 /* this */
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph.allDependencies:Ljava/util/Map;
         2: .line 164
            return
        end local 0 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph;

  public void add(java.lang.String, java.util.Collection<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=3
        start local 0 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph this
        start local 1 // java.lang.String library
        start local 2 // java.util.Collection dependencies
         0: .line 167
            aload 1 /* library */
            ifnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "The library name must be not null and not empty"
            iconst_0
            anewarray java.lang.Object
            invokestatic com.oracle.svm.core.util.UserError.guarantee:(ZLjava/lang/String;[Ljava/lang/Object;)V
         3: .line 169
            aload 0 /* this */
            aload 1 /* library */
            new com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency
            dup
            aload 1 /* library */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            invokespecial com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency.<init>:(Ljava/lang/String;Ljava/util/Set;)V
            invokevirtual com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph.putWhenAbsent:(Ljava/lang/String;Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;)Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;
            astore 3 /* libraryDependency */
        start local 3 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency libraryDependency
         4: .line 170
            aload 3 /* libraryDependency */
            invokevirtual com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency.getDependencies:()Ljava/util/Set;
            astore 4 /* collectedDependencies */
        start local 4 // java.util.Set collectedDependencies
         5: .line 172
            aload 2 /* dependencies */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 6
            goto 10
      StackMap locals: com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph java.lang.String java.util.Collection com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency java.util.Set top java.util.Iterator
      StackMap stack:
         6: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* dependency */
        start local 5 // java.lang.String dependency
         7: .line 173
            aload 4 /* collectedDependencies */
            aload 0 /* this */
         8: .line 174
            aload 5 /* dependency */
            new com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency
            dup
            aload 5 /* dependency */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            invokespecial com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency.<init>:(Ljava/lang/String;Ljava/util/Set;)V
         9: .line 173
            invokevirtual com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph.putWhenAbsent:(Ljava/lang/String;Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;)Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // java.lang.String dependency
        10: .line 172
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        11: .line 176
            return
        end local 4 // java.util.Set collectedDependencies
        end local 3 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency libraryDependency
        end local 2 // java.util.Collection dependencies
        end local 1 // java.lang.String library
        end local 0 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   12     0                   this  Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph;
            0   12     1                library  Ljava/lang/String;
            0   12     2           dependencies  Ljava/util/Collection<Ljava/lang/String;>;
            4   12     3      libraryDependency  Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;
            5   12     4  collectedDependencies  Ljava/util/Set<Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;>;
            7   10     5             dependency  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/util/Collection<Ljava/lang/String;>;)V
    MethodParameters:
              Name  Flags
      library       
      dependencies  

  public java.util.List<java.lang.String> sort();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph this
         0: .line 179
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 1 /* discovered */
        start local 1 // java.util.Set discovered
         1: .line 180
            new java.util.LinkedHashSet
            dup
            invokespecial java.util.LinkedHashSet.<init>:()V
            astore 2 /* processed */
        start local 2 // java.util.Set processed
         2: .line 182
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph.allDependencies:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph java.util.Set java.util.Set top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency
            astore 3 /* dep */
        start local 3 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency dep
         4: .line 183
            aload 0 /* this */
            aload 3 /* dep */
            aload 1 /* discovered */
            aload 2 /* processed */
            invokevirtual com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph.visit:(Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;Ljava/util/Set;Ljava/util/Set;)V
        end local 3 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency dep
         5: .line 182
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 186
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            astore 3 /* names */
        start local 3 // java.util.LinkedList names
         7: .line 187
            aload 2 /* processed */
            aload 3 /* names */
            invokedynamic accept(Ljava/util/LinkedList;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/svm/hosted/c/NativeLibraries$DependencyGraph.lambda$0(Ljava/util/LinkedList;Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;)V (6)
                  (Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;)V
            invokeinterface java.util.Set.forEach:(Ljava/util/function/Consumer;)V
         8: .line 188
            aload 3 /* names */
            areturn
        end local 3 // java.util.LinkedList names
        end local 2 // java.util.Set processed
        end local 1 // java.util.Set discovered
        end local 0 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph;
            1    9     1  discovered  Ljava/util/Set<Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;>;
            2    9     2   processed  Ljava/util/Set<Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;>;
            4    5     3         dep  Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;
            7    9     3       names  Ljava/util/LinkedList<Ljava/lang/String;>;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  private com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency putWhenAbsent(java.lang.String, com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency);
    descriptor: (Ljava/lang/String;Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;)Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph this
        start local 1 // java.lang.String libName
        start local 2 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency dep
         0: .line 192
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph.allDependencies:Ljava/util/Map;
            aload 1 /* libName */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 193
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph.allDependencies:Ljava/util/Map;
            aload 1 /* libName */
            aload 2 /* dep */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph.allDependencies:Ljava/util/Map;
            aload 1 /* libName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency
            areturn
        end local 2 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency dep
        end local 1 // java.lang.String libName
        end local 0 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph;
            0    3     1  libName  Ljava/lang/String;
            0    3     2      dep  Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;
    MethodParameters:
         Name  Flags
      libName  
      dep      

  private void visit(com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency, java.util.Set<com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency>, java.util.Set<com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency>);
    descriptor: (Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;Ljava/util/Set;Ljava/util/Set;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph this
        start local 1 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency dep
        start local 2 // java.util.Set discovered
        start local 3 // java.util.Set processed
         0: .line 199
            aload 3 /* processed */
            aload 1 /* dep */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 200
            return
         2: .line 202
      StackMap locals:
      StackMap stack:
            aload 2 /* discovered */
            aload 1 /* dep */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 203
            ldc "While building list of static libraries dependencies a cycle was discovered for dependency: %s "
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* dep */
            invokevirtual com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency.getName:()Ljava/lang/String;
            aastore
            invokestatic com.oracle.svm.core.util.UserError.abort:(Ljava/lang/String;[Ljava/lang/Object;)Lcom/oracle/svm/core/util/UserError$UserException;
            pop
         4: .line 206
      StackMap locals:
      StackMap stack:
            aload 2 /* discovered */
            aload 1 /* dep */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         5: .line 207
            aload 1 /* dep */
            invokevirtual com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency.getDependencies:()Ljava/util/Set;
            aload 0 /* this */
            aload 2 /* discovered */
            aload 3 /* processed */
            invokedynamic accept(Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph;Ljava/util/Set;Ljava/util/Set;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/svm/hosted/c/NativeLibraries$DependencyGraph.lambda$1(Ljava/util/Set;Ljava/util/Set;Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;)V (7)
                  (Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;)V
            invokeinterface java.util.Set.forEach:(Ljava/util/function/Consumer;)V
         6: .line 208
            aload 3 /* processed */
            aload 1 /* dep */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         7: .line 209
            return
        end local 3 // java.util.Set processed
        end local 2 // java.util.Set discovered
        end local 1 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency dep
        end local 0 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph;
            0    8     1         dep  Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;
            0    8     2  discovered  Ljava/util/Set<Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;>;
            0    8     3   processed  Ljava/util/Set<Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;>;
    Signature: (Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;Ljava/util/Set<Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;>;Ljava/util/Set<Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;>;)V
    MethodParameters:
            Name  Flags
      dep         
      discovered  
      processed   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph this
         0: .line 213
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph.allDependencies:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
         1: .line 214
            invokeinterface java.util.Collection.stream:()Ljava/util/stream/Stream;
         2: .line 215
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  com/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency.toString()Ljava/lang/String; (5)
                  (Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;)Ljava/lang/String;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         3: .line 216
            ldc "\n"
            invokestatic java.util.stream.Collectors.joining:(Ljava/lang/CharSequence;)Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.lang.String
         4: .line 213
            astore 1 /* depsStr */
        start local 1 // java.lang.String depsStr
         5: .line 217
            new java.lang.StringBuilder
            dup
            ldc "DependencyGraph{\n"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         6: .line 218
            aload 1 /* depsStr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         7: .line 219
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         8: .line 217
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.String depsStr
        end local 0 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph;
            5    9     1  depsStr  Ljava/lang/String;

  private static void lambda$0(java.util.LinkedList, com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency);
    descriptor: (Ljava/util/LinkedList;Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency n
         0: .line 187
            aload 0
            aload 1 /* n */
            invokevirtual com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency.getName:()Ljava/lang/String;
            invokevirtual java.util.LinkedList.push:(Ljava/lang/Object;)V
            return
        end local 1 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency n
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     n  Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;

  private void lambda$1(java.util.Set, java.util.Set, com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency);
    descriptor: (Ljava/util/Set;Ljava/util/Set;Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph this
        start local 3 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency d
         0: .line 207
            aload 0 /* this */
            aload 3 /* d */
            aload 1
            aload 2
            invokevirtual com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph.visit:(Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;Ljava/util/Set;Ljava/util/Set;)V
            return
        end local 3 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency d
        end local 0 // com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph;
            0    1     3     d  Lcom/oracle/svm/hosted/c/NativeLibraries$DependencyGraph$Dependency;
}
SourceFile: "NativeLibraries.java"
NestHost: com.oracle.svm.hosted.c.NativeLibraries
InnerClasses:
  public UserException = com.oracle.svm.core.util.UserError$UserException of com.oracle.svm.core.util.UserError
  public final DependencyGraph = com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph of com.oracle.svm.hosted.c.NativeLibraries
  private final Dependency = com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph$Dependency of com.oracle.svm.hosted.c.NativeLibraries$DependencyGraph
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles