Re: Allow --with-extra-cxxflags to work with HotSpot.

2015-07-21 Thread David Holmes
Hi Ian, On 22/07/2015 3:01 AM, Ian Rogers wrote: The following (modest) patch against jdk9dev allows the top-level configure with --with-extra-cxxflags to pass options to the HotSpot build. An example would be: configure --fastdebug --with-extra-cxxflags=-std=c++11 Unless --with-extra-cxxflags

Re: [8u66] RFR 8079410: Hotspot version to share the same update and build version from JDK

2015-07-21 Thread Seán Coffey
Great to see this model coming into sync with the JDK build versions. Looks good. Regards, Sean. On 21/07/2015 03:22, Alejandro E Murillo wrote: On 7/20/2015 7:10 PM, David Holmes wrote: Hi Alejandro, On 21/07/2015 10:45 AM, Alejandro E Murillo wrote: Please review the following change t

Re: [8u66] 8130938: Incomplete 8ux fix for 8071710: libfontmanager & t2k should link against headless awt on solaris

2015-07-21 Thread Seán Coffey
Looks fine to me Phil. Thanks for handling. Approved. RDP2 for 8u66 [1] is approaching fast. We'll have to work out if this makes the PIT snapshot. [1] http://openjdk.java.net/projects/jdk8u/releases/8u66.html Regards, Sean. On 21/07/2015 20:11, Phil Race wrote: Bug : https://bugs.openjdk.

[8u66] 8130938: Incomplete 8ux fix for 8071710: libfontmanager & t2k should link against headless awt on solaris

2015-07-21 Thread Phil Race
Bug : https://bugs.openjdk.java.net/browse/JDK-8130938 8071710 fixed the issue of libfontmanager and libt2k linking against X11 on JDK 9 for Solaris. This was subsequently backported to JDK8u but one line was missed so incorrectly libt2k still depends on X11 libraries on 8u. This is a reques

Re: [8u66] RFR 8079410: Hotspot version to share the same update and build version from JDK

2015-07-21 Thread Alejandro E Murillo
Thanks Dan. Will check why the patch is empty. Alejandro On 7/21/2015 12:57 PM, Daniel D. Daugherty wrote: On 7/20/15 6:45 PM, Alejandro E Murillo wrote: Please review the following change that allows setting the Hotspot minor version and build number to that of the "--with-update-version" a

Re: [8u66] RFR 8079410: Hotspot version to share the same update and build version from JDK

2015-07-21 Thread Daniel D. Daugherty
On 7/20/15 6:45 PM, Alejandro E Murillo wrote: Please review the following change that allows setting the Hotspot minor version and build number to that of the "--with-update-version" and "--with-build-number" configure parameters when provided. 8u builds only. webrev: http://javaweb.us.oracle

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

2015-07-21 Thread Volker Simonis
Hi Tiago, I suppose you are referring to "PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling" (https://bugs.openjdk.java.net/browse/JDK-8073139), right? This hasn't been fixed until now. We probably have to start a new review round for this issue for jd