Re: Early Access builds for JDK 8u122 b02 , JDK 9 & JDK 9 with Project Jigsaw b140 are available on java.net

2016-10-28 Thread Stefan Bodewig
On 2016-10-27, Tomas Zezula wrote: > Hi Stefan, >> On 24 Oct 2016, at 17:49, Stefan Bodewig wrote: >> On 2016-10-24, Tomas Zezula wrote: >>> I suppose you are using the JDK9 Jake build >>> (http://hg.openjdk.java.net/jigsaw/jake/) which prohibits >>>

Re: Early Access builds for JDK 8u122 b02 , JDK 9 & JDK 9 with Project Jigsaw b140 are available on java.net

2016-10-27 Thread Tomas Zezula
Hi Stefan, > On 24 Oct 2016, at 17:49, Stefan Bodewig wrote: > > On 2016-10-24, Tomas Zezula wrote: > >> I suppose you are using the JDK9 Jake build >> (http://hg.openjdk.java.net/jigsaw/jake/) which prohibits >> AccessibleObject.setAccessible even on types in exported

Re: Early Access builds for JDK 8u122 b02 , JDK 9 & JDK 9 with Project Jigsaw b140 are available on java.net

2016-10-25 Thread Rory O'Donnell
Hi Stefan, Sorry for the delay, I am traveling in China this week and being kept very busy. The issue you are seeing is JDK-8164908, fixed in jdk9/dev for jdk-9+142 or jdk-9+143. Rgds,Rory On 23/10/2016 21:53, Stefan Bodewig wrote: Hi Rory, I've tried "JDK9 with Project Jigsaw b140" but

Re: Early Access builds for JDK 8u122 b02 , JDK 9 & JDK 9 with Project Jigsaw b140 are available on java.net

2016-10-24 Thread Stefan Bodewig
On 2016-10-24, Tomas Zezula wrote: > I suppose you are using the JDK9 Jake build > (http://hg.openjdk.java.net/jigsaw/jake/) which prohibits > AccessibleObject.setAccessible even on types in exported packages, not sure. I downloaded jigsaw-jdk-9-ea+140_linux-x64_bin.tar.gz from the last link

Re: Early Access builds for JDK 8u122 b02 , JDK 9 & JDK 9 with Project Jigsaw b140 are available on java.net

2016-10-24 Thread Tomas Zezula
Hi Stefan, I suppose you are using the JDK9 Jake build (http://hg.openjdk.java.net/jigsaw/jake/) which prohibits AccessibleObject.setAccessible even on types in exported packages, the "exports private" needs to be used to allow access to non public types, see

Re: Early Access builds for JDK 8u122 b02 , JDK 9 & JDK 9 with Project Jigsaw b140 are available on java.net

2016-10-23 Thread Stefan Bodewig
Hi Rory, I've tried "JDK9 with Project Jigsaw b140" but to be honest I have no idea what difference to expect between JDK9b140 and this one. We've got new test errors in Ant with Project Jigsaw b140 that haven't been present in b136 (which may have been "just JDK9"). When running rmic for IIOP

Early Access builds for JDK 8u122 b02 , JDK 9 & JDK 9 with Project Jigsaw b140 are available on java.net

2016-10-22 Thread Rory O'Donnell
Hi Stefan, Early Access b02 for JDK 8u122 is available , summary of changes are listed here. Early Access b140 (#5625) for JDK 9 with Project Jigsaw