Re: OpenJDK 11.0.2 cannot build on Solaris 11.4

2019-01-30 Thread Andrew Watkins
Thanks worked like a dream! For reference to build on Solaris 11.4 # export PATH=/usr/local/openjdk/jdk11/bin:/opt/solarisstudio12.4/bin:/usr/bin:/usr/sbin:/usr/gnu/bin:/usr/sfw/bin # hg clone http://hg.openjdk.java.net/jdk/jdk12 # bash configureĀ  --prefix=/usr/local/openjdk/jdk12 --with-de

Re: OpenJDK 11.0.2 cannot build on Solaris 11.4

2019-01-30 Thread Ao Qi
Hi Andrew Watkins, jdk12 can be built on Solaris 11.4 x86 solarisstudio12.4, but it needs a EM_486 patch, and configure with --disable-hotspot-gtest --with-jvm-features=-shenandoahgc,-dtrace Cheers, Ao Qi On Wed, Jan 30, 2019 at 5:10 PM Andrew Watkins wrote: > > > > On 01/18/19 05:23 PM, Erik J

Re: OpenJDK 11.0.2 cannot build on Solaris 11.4

2019-01-30 Thread Ao Qi
Hi Rob, If I recall it correctly, maybe configure with --disable-hotspot-gtest can solve your problem. Cheer, Ao Qi On Fri, Jan 18, 2019 at 5:57 AM Rob Petti wrote: > > Hey Folks, > > I've discovered that OpenJDK 11 cannot be built on Solaris 11.4. Normally > we would just try to rebuild our sy

Re: OpenJDK 11.0.2 cannot build on Solaris 11.4

2019-01-30 Thread Andrew Watkins
On 01/18/19 05:23 PM, Erik Joelsson wrote: . You could try the open/make/devkit/createSolarisDevkit12.4.sh script and see if that helps you build something that works better. That's what we use at Oracle. /Erik Is there any hope of getting OpenJDK 12 to build on the Free download o

Re: OpenJDK 11.0.2 cannot build on Solaris 11.4

2019-01-18 Thread Erik Joelsson
On 2019-01-18 10:17, Rob Petti wrote: Thanks, Erik! I tried the createSolarisDevkit12.4.sh script, but none of the packages in that list exist in the package manager at those specific versions, so it just fails. I basically had to make my own list of packag

Re: OpenJDK 11.0.2 cannot build on Solaris 11.4

2019-01-18 Thread Rob Petti
Thanks, Erik! I tried the createSolarisDevkit12.4.sh script, but none of the packages in that list exist in the package manager at those specific versions, so it just fails. I basically had to make my own list of packages from scratch using the existing one as a guideline. Zones sound like a clea

Re: OpenJDK 11.0.2 cannot build on Solaris 11.4

2019-01-18 Thread Erik Joelsson
Hello Rob, On 2019-01-17 13:57, Rob Petti wrote: Hey Folks, I've discovered that OpenJDK 11 cannot be built on Solaris 11.4. Normally we would just try to rebuild our system as 11.1, but that's not possible since media for that base release is no longer available. Are there plans to support co

OpenJDK 11.0.2 cannot build on Solaris 11.4

2019-01-17 Thread Rob Petti
Hey Folks, I've discovered that OpenJDK 11 cannot be built on Solaris 11.4. Normally we would just try to rebuild our system as 11.1, but that's not possible since media for that base release is no longer available. Are there plans to support compilation on Oracle's latest and greatest, or at lea