Re: jdk9 windows build failure

2015-04-13 Thread Volker Simonis
Hi Phil, are you sure this is the first error? Can you start a new, clean build with only one build job and post both, the configure line and output along with the build log (at least LOG=debug). Have you changed you Cygwin version or are you using a new disk/network share for your sources/outpu

RFR: JDK-8077419: Launcher mapfile fails linking with SS12u4

2015-04-13 Thread Erik Joelsson
Hello, When building JDK 9 with Solaris Studio 12u4, linking of unpack200 and the java launchers fails due to symbols not being exported. A typical error message looks like this: Undefined first referenced symbol in file __environ_lock /net/sthserver02/share/sundevtools/devtools/i586/devkit

Re: Implicit make target for BUILD_GENMODULESLIST ?

2015-04-13 Thread Erik Joelsson
Hello, Previously that happened without anything showing. I thought that was wrong so when Magnus rewrote the bootstrapping logic, I encouraged him to have that show so that it was clear that something happened. Also, it makes it easier to debug if something goes wrong there. The reason that

clang 6.1 inteference

2015-04-13 Thread Jim Laskey (Oracle)
Run into an issue after upgrade to clang 6.1 /Volumes/Elephant/Projects/sandbox/hotspot/src/share/vm/opto/chaitin.cpp:2098:8: error: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Werror,-Wundefined-bool-conversion] if( !this ) {

Re: clang 6.1 inteference

2015-04-13 Thread Chris Hegarty
Is this another sighting of https://bugs.openjdk.java.net/browse/JDK-8077364 ? -Chris. On 13/04/15 15:22, Jim Laskey (Oracle) wrote: Run into an issue after upgrade to clang 6.1 /Volumes/Elephant/Projects/sandbox/hotspot/src/share/vm/opto/chaitin.cpp:2098:8: error: 'this' pointer cannot be n

Re: RFR: JDK-8077563: 9-dev 1-prebuild fail: "configure: error: write failure creating /config.status"

2015-04-13 Thread Tim Bell
Erik: Please review this fix for configure when running from a custom output directory. In JDK-8073634, I messed up only defined CONFIGURESUPPORT_OUTPUTDIR when --with-conf-name was used or the default value for it was used, not when defining it by running configure from a new directory. The fi

Re: RFR: JDK-8077419: Launcher mapfile fails linking with SS12u4

2015-04-13 Thread Tim Bell
Erik: When building JDK 9 with Solaris Studio 12u4, linking of unpack200 and the java launchers fails due to symbols not being exported. A typical error message looks like this: Undefined first referenced symbol in file __environ_lock /net/sthserver02/share/sundevtools/devtools/i586/devkit/

Re: RFR: JDK-8077419: Launcher mapfile fails linking with SS12u4

2015-04-13 Thread David Holmes
Hi Erik, On 13/04/2015 11:25 PM, Erik Joelsson wrote: Hello, When building JDK 9 with Solaris Studio 12u4, linking of unpack200 and the java launchers fails due to symbols not being exported. A typical error message looks like this: Undefined first referenced symbol in file __environ_lock /n