Review Request: 8178404: jlink --suggest-providers should list providers from observable modules

Alan Bateman Alan.Bateman at oracle.com
Tue Apr 18 16:37:02 UTC 2017


On 18/04/2017 17:32, Mandy Chung wrote:

> :
> How about this:
>
> diff --git a/src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink.properties b/src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink.properties
> --- a/src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink.properties
> +++ b/src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink.properties
> @@ -57,12 +57,12 @@
>   \                                        if specified
>   
>   main.opt.bind-services=\
> -\      --bind-services                   Do full service binding
> +\      --bind-services                   Link in service provider modules and\n\
> +\                                        their dependences
>   
>   main.opt.suggest-providers=\
> -\      --suggest-providers [<name>,...]  Suggest providers of services used by\n\
> -\                                        the modules that would be linked, or\n\
> -\                                        of the given service types
> +\      --suggest-providers [<name>,...]  Suggest providers that implement the\n\
> +\                                        given service types from the module path
>
Looks good.

-Alan.


More information about the jigsaw-dev mailing list