Re: RFR(M): 8057538: Build the freetype library during configure on Windows

2014-09-08 Thread Volker Simonis
On Mon, Sep 8, 2014 at 10:05 AM, Erik Joelsson wrote: > Hello Volker, > > help.m4 > build->built > Fixed. > libraries.m4 > It seems to me like the warning about freetype src only working on windows > will always be printed on other platforms? The conditions need to be moved > to separate if stat

Re: Symbols in libjvm.so

2014-09-08 Thread S. Bharadwaj Yadavalli
On 09/06/2014 05:30 AM, Dmitry Samersoff wrote: Just FYI, the problem is tracked under JDK-8034065 -Dmitry [1] https://bugs.openjdk.java.net/browse/JDK-8034065 Thanks, Dimitry. I am now watching it. Bharadwaj

Re: RFR: 8056209 : Remove unused files for libawt

2014-09-08 Thread Sergey Bylokhov
Hi, Phil. The fix looks good. On 05.09.2014 1:48, Phil Race wrote: https://bugs.openjdk.java.net/browse/JDK-8056209 Proposed removing several files ./windows/native/libawt/sun/java2d/d3d/D3DPipeline.cpp ./windows/native/libawt/sun/java2d/d3d/D3DShaderGen.c ./windows/native/libawt/sun/windows

Re: RFR: 8057751: CompileNativeLibraries for custom build

2014-09-08 Thread roger riggs
Hi David, Thanks, I will add the comment. Roger On 9/8/2014 8:36 AM, David Holmes wrote: Hi Roger, On 8/09/2014 10:30 PM, roger riggs wrote: Please review for 8u40 this improvement to allow delegation of building native libraries to the custom/closed build. Issue: JDK-8057751

Re: RFR: 8057751: CompileNativeLibraries for custom build

2014-09-08 Thread David Holmes
Hi Roger, On 8/09/2014 10:30 PM, roger riggs wrote: Please review for 8u40 this improvement to allow delegation of building native libraries to the custom/closed build. Issue: JDK-8057751 CompileNativeLibraries for custom build Webrev: http://

RFR: 8057751: CompileNativeLibraries for custom build

2014-09-08 Thread roger riggs
Please review for 8u40 this improvement to allow delegation of building native libraries to the custom/closed build. Issue: JDK-8057751 CompileNativeLibraries for custom build Webrev: http://cr.openjdk.java.net/~rriggs/webrev-native-lib-805775

Re: RFR(M): 8057538: Build the freetype library during configure on Windows

2014-09-08 Thread Volker Simonis
On Sat, Sep 6, 2014 at 2:43 AM, Omair Majid wrote: > * Volker Simonis [2014-09-04 13:01]: >> could you please have a look at the following change which makes it >> possible to build the freetype libraries during the configure step >> from the plain freetype sources on Windows: >> >> http://cr.ope

Re: Qn WRT PACKAGES and FEATURES

2014-09-08 Thread Erik Joelsson
On 2014-09-08 03:45, David Holmes wrote: On 6/09/2014 11:20 PM, pointo1d wrote: Hi all , Whilst perusing the output from the command $ bash configure --help, in connection with enabling/disabling parts of the build, I notice the use of the terms FEATURE and PACKAGE but with little further info

Re: RFR(M): 8057538: Build the freetype library during configure on Windows

2014-09-08 Thread Erik Joelsson
On 2014-09-05 21:11, Volker Simonis wrote: Other than that it seemed to work, but it did uncover another bug related to freetype. In Copy-java.desktop.gmk, an explicit $(CP) is used to copy the file instead of the standard macro $(install-file). The build failed for me because the target directo

Re: RFR(M): 8057538: Build the freetype library during configure on Windows

2014-09-08 Thread Erik Joelsson
Hello Volker, help.m4 build->built libraries.m4 It seems to me like the warning about freetype src only working on windows will always be printed on other platforms? The conditions need to be moved to separate if statements. platform.m4 I can see the point adding the code, even if commented

Re: RFR: 8056209 : Remove unused files for libawt

2014-09-08 Thread Erik Joelsson
Looks even better now. Thanks Magnus for remembering the makefiles. /Erik On 2014-09-05 17:59, Phil Race wrote: > Actually, we need to update the makefiles as well, since these are listed as exceptions. Gosh ... I should have remembered that to begin with. Here's the fixed patch http://cr.o