Re: RFR: 8159523. Fix tests depending on absence of -limitmods in VM arguments.

2016-10-21 Thread Alexandre (Shura) Iline
Alan, This is a newer version: http://cr.openjdk.java.net/~shurailine/8159523/webrev.03/ Shura > On Oct 17, 2016, at 12:16 AM, Alan Bateman wrote: > > On 14/10/2016 23:26, Alexandre (Shura) Iline wrote: > >> Could you please take another look? >> >> I have added

RE: Gradle not working on Jigsaw

2016-10-21 Thread Stephen Felts
It's possible to work around the gradle error below by adding --add-exports-private=java.base/java.io=ALL-UNNAMED to _JAVA_OPTIONS. It's unfortunate that javac doesn't recognize this option because up until now I had been using one jdk9args file for both java and javac. The next one that I ran

Problem reading resources on Jigsaw in unnamed modules

2016-10-21 Thread Stephen Felts
It's happening on multiple resources in our build. Below is the best stack trace. Note that the only difference between JDK9 (where it works) and Jigsaw (where it fails) on build 140 in java/util/ResourceBundle.java is 3170c3168 < URL url =

Re: is support for mips embedded platform

2016-10-21 Thread David Holmes
On 21/10/2016 12:41 PM, Diaz Soho wrote: hi, I have finish build jdk8u for mips embedded platform with zero VM. But the size of rt.jar is very big, it can not put into my embedded platform rootfs. I would like to find small set for embedded platform. I am not sure : is jigsaw suitable for mips

Re: Gradle not working on Jigsaw

2016-10-21 Thread Andrew Dinn
On 21/10/16 10:08, Jochen Theodorou wrote: > I wrote "same class" and thought same class and subclasses... my bad. > Anyway, I am aware of how it works, the problem is that shi... caller > sensitivity. If you work with classic reflection and have a central > space for these kind of actions (for