Re: J2SE est mort, vive Java SE! (JDK-8029292)

2014-01-22 Thread David Holmes
On 28/11/2013 3:14 AM, Seán Coffey wrote: https://bugs.openjdk.java.net/browse/JDK-8029292 logged to capture this enhancement request. Captured but left to rot in the cell. :( J2SE lives on David regards, Sean. On 27/11/13 16:36, Joe Darcy wrote: +1.0! -Joe On 11/26/2013 3:01 PM, Mike Du

Re: Problem to build jdk on Mac OS X from ppc64 stage after sync with jdk9

2014-01-22 Thread Vladimir Kozlov
Thank you very much, Henry The suggested workaround helped! Thanks, Vladimir On 1/22/14 4:18 PM, Henry Jen wrote: I haven't tried this, but Tim Bell mentioned this in an email inquiry I had earlier, This will be cured when the fix for 8021266 is pushed to JDK 9 (see attached). In the meanti

Re: Problem to build jdk on Mac OS X from ppc64 stage after sync with jdk9

2014-01-22 Thread Henry Jen
I haven't tried this, but Tim Bell mentioned this in an email inquiry I had earlier, This will be cured when the fix for 8021266 is pushed to JDK 9 (see attached). In the meantime, the workaround in JPRT is to submit your JDK 9 jobs with '-bootproduct jdk7u7' since the 7u51 release can not ser

Problem to build jdk on Mac OS X from ppc64 stage after sync with jdk9

2014-01-22 Thread Vladimir Kozlov
I need help. I am trying to do control build in JPRT after I merged latest jdk9 source: http://hg.openjdk.java.net/jdk9/jdk9 to latest ppc64 sources: http://hg.openjdk.java.net/ppc-aix-port/stage-9 I have build failure on Mac OS X (on other platforms it passed). See the output below. I tried

Re: RFR: JDK9: 8028407: adjust-mflags.sh failed build with GNU Make 4.0 with -I

2014-01-22 Thread David Holmes
Added back build-dev as this email thread split into two :( On 23/01/2014 2:28 AM, Henry Jen wrote: I need to know better for hotspot process, which is why I was looking for a sponsor. Hopefully to adress the concerns, - I had done jprt before the push To be clear hotspot changes must be push

What is the reason for -Wunused-parameter for product build

2014-01-22 Thread Dmitry Samersoff
Hi Everyone, What is the reason of enabling -Wunused-parameter in product build? It creates lots of noise (especially compiling java2d code). It might be better to keep it on for fastdebug build but turn it off for product. -Dmitry -- Dmitry Samersoff Oracle Java development team, Saint Pete

Re: RFR: JDK-8026773: Failing compilation in Corba does not fail the build

2014-01-22 Thread Magnus Ihse Bursie
It looks not only good, but excellent! Thank you for fixing this! There is one old minor bug that I noticed. Now might be a good time to fix it, if you want. In GensrcLangtools.gmk, line 89, tries to count processed properties, and adds the specially treated files by adding "v1 v2 v"3. It was n

Re: RFR: JDK-8031759 Configure should handle overrides of tools better

2014-01-22 Thread Magnus Ihse Bursie
Sure, I forgot about the greadlink addition. I'll fix that. Also, your comment got me wondering if this is the wrong solution after all. We have tried hard to stay clear of letting environment variables affect the build, since they are "invisible", impossible to check and creates hard to debug

Re: RFR: JDK-8026773: Failing compilation in Corba does not fail the build

2014-01-22 Thread Erik Joelsson
After discussing this with Magnus offline and some prototyping work for the future of the jdk9 build, I changed my mind and would like to solve this in a way more similar to how the jdk build is done today. (This will eventually pave the road for a more fine grained dependency graph of the whol

Re: RFR: JDK9: 8028407: adjust-mflags.sh failed build with GNU Make 4.0 with -I

2014-01-22 Thread Erik Joelsson
I'm pretty sure that is not the correct group repo. My guess would be jdk9/hs-rt/hotspot, but if in doubt, please talk to a Hotspot engineer. /Erik On 2014-01-21 19:20, Henry Jen wrote: On 01/20/2014 04:54 AM, Erik Joelsson wrote: I suggested the change back then and even though I had to thi