Re: RFR 7191662: JCE providers should be located via ServiceLoader

2015-06-05 Thread Mandy Chung
> On Jun 5, 2015, at 4:32 PM, Valerie Peng wrote: > > > I don't know image builder well enough to answer your question. The current implementation of the image builder sorts the modules by their name that are mapped to the same class loader. That explains why java.naming is the first one co

Re: RFR 7191662: JCE providers should be located via ServiceLoader

2015-06-05 Thread Valerie Peng
I don't know image builder well enough to answer your question. Based on my own experiment, it seems to pick up the one from java.naming when duplication occurs, so that's why I saved the merged result to there and named the Gensrc makefile with java.naming. The result build work fine. Does

Re: official compiler for Solaris jdk9 build?

2015-06-05 Thread Phil Race
On 06/05/2015 07:30 AM, Tim Bell wrote: Hi I would not recommend copying files off some other system. The last time I started with a brand-new minimal Solaris 11.x install, I needed to add: sudo pkg install gnu-tar system/header system/picl x11/library/libx11 x11/library/libxrender x11/libr

Re: official compiler for Solaris jdk9 build?

2015-06-05 Thread Tim Bell
Hi I would not recommend copying files off some other system. The last time I started with a brand-new minimal Solaris 11.x install, I needed to add: sudo pkg install gnu-tar system/header system/picl x11/library/libx11 x11/library/libxrender x11/library/libxext x11/library/libxtst x11/libr

Re: official compiler for Solaris jdk9 build?

2015-06-05 Thread Semyon Sadetsky
How can I install them, just copy from sysroot/usr? Or it is possible to skip conftest? --Semyon On 6/5/2015 5:09 PM, Erik Joelsson wrote: Actually, we might have issues in configure if the standard headers aren't available on the system. At least I have not tested that scenario and I can ima

Re: official compiler for Solaris jdk9 build?

2015-06-05 Thread Semyon Sadetsky
Shure: ./configure --with-devkit=/export/home/oracle/devkit/SS12u4-Solaris11u1/ --enable-debug --Semyon On 6/5/2015 4:05 PM, Magnus Ihse Bursie wrote: Did you use the --with-devkit option? /Magnus 5 jun 2015 kl. 10:47 skrev Semyon Sadetsky : Hi, I have installed the devkit on clean Solar

Re: official compiler for Solaris jdk9 build?

2015-06-05 Thread Erik Joelsson
Actually, we might have issues in configure if the standard headers aren't available on the system. At least I have not tested that scenario and I can imagine that our SYSROOT_CFLAGS aren't always used in the configure tests. This is of course a bug, but a workaround would be to have the system

RFR: JDK-8085822 JEP 223: New Version-String Scheme (initial integration)

2015-06-05 Thread Magnus Ihse Bursie
This review request covers the main part of the work for JEP-223, the new version string format [1]. Basically, we'll call this release Java "9", instead of Java "1.9.0". This patch is a folding of all work that has been done so far in the branch JEP-223-branch in jdk9/sandbox. As you can see,

Re: official compiler for Solaris jdk9 build?

2015-06-05 Thread Magnus Ihse Bursie
Did you use the --with-devkit option? /Magnus > 5 jun 2015 kl. 10:47 skrev Semyon Sadetsky : > > Hi, > > I have installed the devkit on clean Solaris 11.2 instance but configure > fails because compiler cannot find the includes path: > c -o conftestconftest.c >&5 > "conftest.c", line 9: c

Re: official compiler for Solaris jdk9 build?

2015-06-05 Thread Semyon Sadetsky
Hi, I have installed the devkit on clean Solaris 11.2 instance but configure fails because compiler cannot find the includes path: c -o conftestconftest.c >&5 "conftest.c", line 9: cannot find include file: "conftest.c", line 13: undefined symbol: FILE though devkit & sysroot path was de

Re: RFR 7191662: JCE providers should be located via ServiceLoader

2015-06-05 Thread Erik Joelsson
Hello Valerie, The merging seems ok, but I thought there was non determinism in the image builder regarding which provider would get picked up. Is that resolved or do you really need to override all of those providers with your generated file in gensrc? I can assist in writing that makefile l

OpenJDK 8u45 on Yosemite

2015-06-05 Thread Manas Thakur
Hi all I had posted about problems with building openjdk8 on Mac OS X Yosemite last year. I am still unable to do the same. I did the following based on some posts tot he list in January: 1. bash configure —with-tools-dir=“/Applications/Xcode4/Xcode.app/Contents/Developer/usr/bin/” 2. Applied