On 19/05/2016 13:08, Uwe Schindler wrote:
:
FYI, this also explains why we did not see a compile failure about the
java.xml.bind issue (see previous mails)! This only failed at runtime, because
with Jigsaw, the java.xml.bind is not exposed by the root modules. But while
compiling it seems to see all those classes, as its compiled against
source/target 8 where the module system is ignored. So there is also room for
improvement! Alan?
I think that's right as when compiling with -source/-target 8 they you
are also specifying -bootclasspath (at least I assume you are) and so
those types should be visible.
-Alan.