IllegalAccessError even when -XaddExports adds ALL-UNNAMED to the reported module/package

2015-12-03 Thread Roel Spilker
Hi, I have a problem using -XaddExports in jigsaw build 94. This is the first build I tried so I don't know if the problem also occurs in earlier versions. In Lombok we use unsupported internal APIs (yes at our own risk) After reading the instructions on http://openjdk.java.net/jep

Re: IllegalAccessError even when -XaddExports adds ALL-UNNAMED to the reported module/package

2015-12-03 Thread Jonathan Gibbons
command, not to the javac command. That is what "javac -J-XaddExports..." does. -- Jon On 12/03/2015 03:26 PM, Roel Spilker wrote: Hi, I have a problem using -XaddExports in jigsaw build 94. This is the first build I tried so I don't know if the problem also occurs in earlier

Re: IllegalAccessError even when -XaddExports adds ALL-UNNAMED to the reported module/package

2015-12-05 Thread Roel Spilker
e java command, not to the javac > command. That is what "javac -J-XaddExports..." does. > > > -- Jon > > > > > > On 12/03/2015 03:26 PM, Roel Spilker wrote: > >> Hi, >> >> I have a problem using -XaddExports in jigsaw build 94. This is t