mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8233922: Service binding augments module graph with observable incubator modules
Reviewed-by: mchung
This commit is contained in:
parent
ec51784c0d
commit
745feb207c
11 changed files with 380 additions and 20 deletions
|
@ -312,7 +312,7 @@ public final class Configuration {
|
|||
{
|
||||
List<Configuration> parents = List.of(empty());
|
||||
Resolver resolver = new Resolver(finder, parents, ModuleFinder.of(), traceOutput);
|
||||
resolver.resolve(roots).bind();
|
||||
resolver.resolve(roots).bind(/*bindIncubatorModules*/false);
|
||||
return new Configuration(parents, resolver);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue