RFR: JDK-8233594: create a new option --bind-servces to pass on to jlink

Alan Bateman Alan.Bateman at oracle.com
Wed Nov 6 17:02:12 UTC 2019


On 06/11/2019 16:35, Michael Paus wrote:
>
> I still don't see how entries like this
>
> java.desktop provides javax.sound.midi.spi.MidiDeviceProvider used by 
> java.desktop
I assume you have this line in the output:

java.desktop provides java.net.ContentHandlerFactory used by java.base

java.desktop, in turn, is also a prolific user of services, many of 
which it provides itself (that's what the line you picked out is trying 
to say).


> :
>
> jdk.jshell provides javax.tools.Tool not used by any observable module
I don't see an issue here, I assume you jdk.jshell is not being linked in.

-Alan.





More information about the core-libs-dev mailing list