Hi all, I wonder why the sources of the transport libraries are located in different places:
jdk/src/jdk.jdwp.agent/share/native/libdt_socket jdk/src/jdk.jdi/share/native/libdt_shmem Is there a particular reason to this? Seeing as they both are implementations of the jdwp sp interface, I would have expected them to be located side by side? Thanks, Thomas