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 additional compiler warnings for GCC" https://bugs.openjdk.java.net/browse/JDK-8030350 Hopefully the fix for "8037816: Fix for 8036122 breaks build with Xcode5/clang" will not introduce any other new regressions:) Regards, Volker On Fri, Mar 28, 2014 at 3:06 PM, Jim Laskey (Oracle) <james.las...@oracle.com> wrote: > Yes > > On Mar 28, 2014, at 11:05 AM, Staffan Larsen <staffan.lar...@oracle.com> > 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) <james.las...@oracle.com> >> wrote: >> >>> /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 >>> >> >