Currently, when creating a runtime using jlink, jpackage adds the "--bind-services" option by default unless the --add-modules option is used.
This change will add a --bind-services option to jpackage and otherwise remove that option from the default jlink options.
feedback:
The image for a trivial application is large because jlink tool is invoked with
the `--bind-services` option. To avoid surprise I suggest that you
not do that by default, and add a `--bind-services` option to
jpackage that's just passed through to jlink (like `--add-modules`).
That will make jpackage work in the same way as jlink in this regard,
further reducing confusion.