Re: RFR: JDK-8134157: adlc fails to compile with SS12u4

2015-08-25 Thread David Holmes
On 26/08/2015 4:13 AM, Kim Barrett wrote: On Aug 25, 2015, at 10:27 AM, Erik Joelsson wrote: Hello, We are working towards upgrading the officially supported compilers for JDK 9 and on Solaris, the proposed new compiler is Solaris Studio 12 update 4. When attempting to build with that compi

Re: RFR: JDK-8134157: adlc fails to compile with SS12u4

2015-08-25 Thread Kim Barrett
On Aug 25, 2015, at 10:27 AM, Erik Joelsson wrote: > > Hello, > > We are working towards upgrading the officially supported compilers for JDK 9 > and on Solaris, the proposed new compiler is Solaris Studio 12 update 4. When > attempting to build with that compiler, the hotspot build fails very

Re: RFR: JDK-8134157: adlc fails to compile with SS12u4

2015-08-25 Thread Tim Bell
Erik: We are working towards upgrading the officially supported compilers for JDK 9 and on Solaris, the proposed new compiler is Solaris Studio 12 update 4. When attempting to build with that compiler, the hotspot build fails very early with: "/opt/jprt/jprtadm/erik/jdk9-dev/hotspot/src/shar

Re: RFR 8134260: jjs in jre directory fails with "Could not find or load main class jdk.nashorn.tools.jjs.Main"

2015-08-25 Thread Marcus Lagergren
Copyright 2011, 2014 in gmk file. Otherwise +1 /M > On 25 Aug 2015, at 15:24, Sundararajan Athijegannathan > wrote: > > Hi, > > Please review http://cr.openjdk.java.net/~sundar/8134260/ for > https://bugs.openjdk.java.net/browse/JDK-8134260 > > jdk.nashorn.tools.jjs and jdk.internal.le sho

Re: RFR: JDK-8134408: Disable warnings for jdk libraries triggered by SS12u4

2015-08-25 Thread Tim Bell
Erik: Please review this small change, adding some new disabled warnings for the solstudio toolchain type. When compiling using SS12u4, some new warnings are triggered and for the short term, the easiest solution is to simply disable them. I have filed separate bugs for fixing the warnings.

RFR: JDK-8134157: adlc fails to compile with SS12u4

2015-08-25 Thread Erik Joelsson
Hello, We are working towards upgrading the officially supported compilers for JDK 9 and on Solaris, the proposed new compiler is Solaris Studio 12 update 4. When attempting to build with that compiler, the hotspot build fails very early with: "/opt/jprt/jprtadm/erik/jdk9-dev/hotspot/src/sha

Re: RFR 8134260: jjs in jre directory fails with "Could not find or load main class jdk.nashorn.tools.jjs.Main"

2015-08-25 Thread Alan Bateman
On 25/08/2015 14:24, Sundararajan Athijegannathan wrote: Hi, Please review http://cr.openjdk.java.net/~sundar/8134260/ for https://bugs.openjdk.java.net/browse/JDK-8134260 jdk.nashorn.tools.jjs and jdk.internal.le should exist in jre's appmodules.jimage with this change and so jjs would work

RFR: JDK-8134408: Disable warnings for jdk libraries triggered by SS12u4

2015-08-25 Thread Erik Joelsson
Hello, Please review this small change, adding some new disabled warnings for the solstudio toolchain type. When compiling using SS12u4, some new warnings are triggered and for the short term, the easiest solution is to simply disable them. I have filed separate bugs for fixing the warnings.

Re: RFR 8134260: jjs in jre directory fails with "Could not find or load main class jdk.nashorn.tools.jjs.Main"

2015-08-25 Thread Erik Joelsson
Looks ok to me. /Erik On 2015-08-25 15:24, Sundararajan Athijegannathan wrote: Hi, Please review http://cr.openjdk.java.net/~sundar/8134260/ for https://bugs.openjdk.java.net/browse/JDK-8134260 jdk.nashorn.tools.jjs and jdk.internal.le should exist in jre's appmodules.jimage with this chan

RFR 8134260: jjs in jre directory fails with "Could not find or load main class jdk.nashorn.tools.jjs.Main"

2015-08-25 Thread Sundararajan Athijegannathan
Hi, Please review http://cr.openjdk.java.net/~sundar/8134260/ for https://bugs.openjdk.java.net/browse/JDK-8134260 jdk.nashorn.tools.jjs and jdk.internal.le should exist in jre's appmodules.jimage with this change and so jjs would work in JRE. Also, jjs launcher tool was created from wrong m