On 26/07/2016 09:47, Jochen Theodorou wrote:


Around April 10 this year I had to use -XaddExports:jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED to get access using the jigsaw build, which means there was a module jdk.compiler, that did not export this class.
That is a different package, it's not exported. Every class in that package has a warning at the top to say that it is not part of any supported API so this is why it is not exported.

-Alan.

Reply via email to