Re: Provides clauses in binary module descriptor but not in source

2018-04-13 Thread Doug Simon
> On 13 Apr 2018, at 14:33, Alan Bateman wrote: > > On 13/04/2018 13:16, Doug Simon wrote: >> I just noticed that in the jdk.internal.vm.compiler module descriptor source >> there is a `uses` clause for CompilerConfigurationFactory[1] but no >> `provides` clause for

Re: Provides clauses in binary module descriptor but not in source

2018-04-13 Thread Alan Bateman
On 13/04/2018 13:16, Doug Simon wrote: I just noticed that in the jdk.internal.vm.compiler module descriptor source there is a `uses` clause for CompilerConfigurationFactory[1] but no `provides` clause for the CoreCompilerConfigurationFactory provider[2] which is in the same module. However,