configuration being stored for modules that don't have entry points.

Mandy Chung mandy.chung at oracle.com
Wed Feb 22 14:02:54 PST 2012


Looks good.
Mandy

On 2/22/2012 1:57 PM, Alan Bateman wrote:
> diff --git a/src/share/classes/org/openjdk/jigsaw/SimpleLibrary.java 
> b/src/share/classes/org/openjdk/jigsaw/SimpleLibrary.java
> --- a/src/share/classes/org/openjdk/jigsaw/SimpleLibrary.java
> +++ b/src/share/classes/org/openjdk/jigsaw/SimpleLibrary.java
> @@ -1486,9 +1486,7 @@
>
>          // Configure
>          //
> -        Configuration<Context> cf
> -            = Configurator.configure(this, res);
> -        new StoredConfiguration(findModuleDir(root.id()), cf).store();
> +       configure(res.modulesNeeded());
>      }
>
>      @Override
> @@ -1538,7 +1536,7 @@
>       *          {@code null} if the configuration of every root module
>       *          should be (re)computed
>       */
> -    public void configure(List<ModuleId> mids)
> +    public void configure(Collection<ModuleId> mids)
>          throws ConfigurationException, IOException
>      {
>          // ## mids not used yet 



More information about the jigsaw-dev mailing list