Hello, When compiling code that uses classes from java.xml.bind, it is necessary to explicitly pass "-addmods java.xml.bind" to javac. Looking at the JDK module graph [1], I get the impression that javac uses java.se <http://java.se/> by default. Is this correct?
Paul [1] https://bugs.openjdk.java.net/secure/attachment/57772/jdk.png <https://bugs.openjdk.java.net/secure/attachment/57772/jdk.png>