Service com.sun.jdi.connect.spi.TransportService missing from jdk.tools

Chris Hegarty chris.hegarty at oracle.com
Tue May 15 04:01:11 PDT 2012


On 15/05/12 11:30, Paul Sandoz wrote:
> Hi,
>
> The service com.sun.jdi.connect.spi.TransportService is missing from the jdk.tools generated module-info.java, there is no reference in the jdk/make/modules/jdk.depconfig. Is that intentional?

I noticed this a while ago too. I think it was just an oversight.

I have the trivial patch in my local repo, but didn't get a chance to 
review it yet.

diff -r 8df8feaabfa7 make/modules/jdk.depconfig
--- a/make/modules/jdk.depconfig        Fri Feb 24 11:54:07 2012 +0000
+++ b/make/modules/jdk.depconfig        Tue May 15 11:58:09 2012 +0100
@@ -516,3 +516,4 @@

  @Provider(optional)
    com.sun.tools.jdi.VirtualMachineManagerImpl -> 
META-INF/services/com.sun.jdi.connect.Connector
+  com.sun.tools.jdi.VirtualMachineManagerImpl -> 
META-INF/services/com.sun.jdi.connect.spi.TransportService

-Chris.

>
> Another, related, service com.sun.jdi.connect.Connector is present in the jdk.tools module-info.java.
>
> Paul.
>



More information about the jigsaw-dev mailing list