On Fri, 4 Dec 2020 11:38:51 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:

> And I can certainly move jdwp.spec to java.base instead. 

If jdwp.spec has to move to the src tree then src/java.se is probably the most 
suitable home because Java SE specifies JDWP as an optional interface. So 
nothing to do with java.base and the build will need to continue to generate 
the sources for the front-end (jdk.jdi) and back-end (jdk.jdwp.agent) as they 
implement the protocol.

-------------

PR: https://git.openjdk.java.net/jdk/pull/1611

Reply via email to