> On Apr 20, 2017, at 9:32 AM, Alan Bateman <alan.bate...@oracle.com> wrote: > > > > On 20/04/2017 17:26, Mandy Chung wrote: >> JDI and JDWP are not Java SE and no need to handle that. >> > Just a small correction to this. The JDWP spec is Java SE. JDI is course > JDK-specific, as is the JDWP transport interface.
Thanks for the correction. In this case, which module should jdwp-protocol.html spec belong to? Not jdk.jdwp.agent then. The suggestion of the modular specs layout in the docs bundle may not apply. Mandy