Re: RFR (M): 8036767 PPC64: Support for little endian execution model

2014-03-28 Thread Magnus Ihse Bursie
> On 27 mar 2014, at 18:51, Alexander Smundak wrote: > > I have uploaded a new revision which handler ppc64le in the > config.guess wrapper: > http://cr.openjdk.java.net/~martin/asmundak/8036767/webrev.02/ Thank you Alexander. Looks good to me. /Magnus

Re: RFR (M): 8036767 PPC64: Support for little endian execution model

2014-03-28 Thread Volker Simonis
Hi Magnus, could you please push this change? I can't do it because it requires regenerating generated-configure.sh and potentially regenerating the closed configure files as well. Thank you and best regards, Volker On Fri, Mar 28, 2014 at 8:40 AM, Magnus Ihse Bursie wrote: >> On 27 mar 2014,

-Wformat-nonliteral

2014-03-28 Thread Jim Laskey (Oracle)
/Projects/jdk9-dev/hotspot/src/share/vm/utilities/debug.cpp:105:19: error: format string is not a string literal [-Werror,-Wformat-nonliteral] vfprintf(err, format, ap); ^~ Try to build jdk9-dev tip I ran into this. Wassup? -- Jim

Re: -Wformat-nonliteral

2014-03-28 Thread Staffan Larsen
Building with clang? https://bugs.openjdk.java.net/browse/JDK-8037816 https://bugs.openjdk.java.net/browse/JDK-8019470 /Staffan On 28 mar 2014, at 14:28, Jim Laskey (Oracle) wrote: > /Projects/jdk9-dev/hotspot/src/share/vm/utilities/debug.cpp:105:19: error: > format string is not a string l

Re: -Wformat-nonliteral

2014-03-28 Thread Jim Laskey (Oracle)
Yes On Mar 28, 2014, at 11:05 AM, Staffan Larsen wrote: > Building with clang? > > https://bugs.openjdk.java.net/browse/JDK-8037816 > https://bugs.openjdk.java.net/browse/JDK-8019470 > > /Staffan > > > On 28 mar 2014, at 14:28, Jim Laskey (Oracle) wrote: > >> /Projects/jdk9-dev/hotspot/sr

Re: -Wformat-nonliteral

2014-03-28 Thread Henry Jen
Workaround is to revert the bsd makefile change, this will get you a build on Mac as before, --- a/make/bsd/makefiles/gcc.make Tue Mar 04 09:57:16 2014 -0500 +++ b/make/bsd/makefiles/gcc.make Mon Mar 03 11:54:35 2014 +0100 @@ -260,7 +260,7 @@ WARNINGS_ARE_ERRORS += -Wno-empty-bod

macosx jdk builds failing randomly

2014-03-28 Thread Pete Brunet
It's been two or three weeks since I last built 9 on macosx but I started rebuilding yesterday and am getting random failures in the jdk build: Twice I got this: Compiling 225 files for BUILD_SECURITY Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation

Re: -Wformat-nonliteral

2014-03-28 Thread Volker Simonis
I think this is: "8037816: Fix for 8036122 breaks build with Xcode5/clang" (https://bugs.openjdk.java.net/browse/JDK-8037816) which was caused by: "8036122: Fix warning "format not a string literal"" https://bugs.openjdk.java.net/browse/JDK-8036122 which was caused by: "8030350: Enable additio

Re: macosx jdk builds failing randomly

2014-03-28 Thread Pete Brunet
Cockpit error - that's what happens when you use --with-target-bits=32 on macosx. (I also upgraded Java to 8 GA but I doubt that mattered.) On 3/28/14 12:20 PM, Pete Brunet wrote: > It's been two or three weeks since I last built 9 on macosx but I > started rebuilding yesterday and am getting ran

Re: macosx jdk builds failing randomly

2014-03-28 Thread David Holmes
On 29/03/2014 7:00 AM, Pete Brunet wrote: Cockpit error - that's what happens when you use --with-target-bits=32 on macosx. (I also upgraded Java to 8 GA but I doubt that mattered.) On 3/28/14 12:20 PM, Pete Brunet wrote: It's been two or three weeks since I last built 9 on macosx but I starte