Re: RFR: JDK-8162354: Unable to build JDK 9 on a Sparc T7-1 with default boot-jdk 8.0

2016-08-02 Thread David Holmes
On 3/08/2016 2:43 AM, joe darcy wrote: Hi Erik, In general, I think it is reasonable to update the boot JDK from JDK 8 GA. However, I think this would be reasonable to do across platforms rather than just for Solaris. It is only being done when running on M7 hardware, so a very small subset o

Re: RFR: JDK-8162354: Unable to build JDK 9 on a Sparc T7-1 with default boot-jdk 8.0

2016-08-02 Thread David Holmes
Hi Erik, On 3/08/2016 1:11 AM, Erik Joelsson wrote: Hello, The default bootjdk for 9 is JDK 8. Unfortunately JDK 8 does not work on newer M7 sparc hardware. This has of course been fixed in an update. This patch changes the Jib profile configuration to use 8u102 as bootjdk on Solaris sparc if t

Re: RFR: 8039305: [javadoc] broken link in jdk/api/javadoc/taglet/com/sun/tools/doclets/Taglet.html

2016-08-02 Thread Kumar Srinivasan
Hello Erik, Ok I fixed the items you pointed out, also in my last email, the JIRA reference was incorrect, the correct JIRA should be: https://bugs.openjdk.java.net/browse/JDK-8039305 The modified webrev is at: http://cr.openjdk.java.net/~ksrini/8039305/webrev.01/ Thanks Kumar Hello Kumar, S

Re: RFR: JDK-8056269: get_source.sh does not copy the closed repos when cloning local filesystems

2016-08-02 Thread Tim Bell
Erik: This small patch makes it possible to use get_source.sh when doing local clones, including closed repositories (for anyone who doesn't like the trees extension). Bug: https://bugs.openjdk.java.net/browse/JDK-8056269 Webrev: http://cr.openjdk.java.net/~erikj/8056269/webrev.01/ OK - lo

RFR: JDK-8056269: get_source.sh does not copy the closed repos when cloning local filesystems

2016-08-02 Thread Erik Joelsson
Hello, This small patch makes it possible to use get_source.sh when doing local clones, including closed repositories (for anyone who doesn't like the trees extension). Bug: https://bugs.openjdk.java.net/browse/JDK-8056269 Webrev: http://cr.openjdk.java.net/~erikj/8056269/webrev.01/ /Erik

Re: RFR: JDK-8162354: Unable to build JDK 9 on a Sparc T7-1 with default boot-jdk 8.0

2016-08-02 Thread joe darcy
Hi Erik, In general, I think it is reasonable to update the boot JDK from JDK 8 GA. However, I think this would be reasonable to do across platforms rather than just for Solaris. Cheers, -Joe On 8/2/2016 9:38 AM, Tim Bell wrote: Erik: The default bootjdk for 9 is JDK 8. Unfortunately JDK

Re: RFR: JDK-8148548: [Linux/Solaris] debuginfo and fastdebuginfo bundle contains demo info

2016-08-02 Thread Tim Bell
Erik: When introducing the new bundle targets in the top level makefiles, I accidentally added the demo debuginfo files in the jdk symbols bundle. This patch filters out any demo and sample files from the symbols bundle. Bug: https://bugs.openjdk.java.net/browse/JDK-8148548 Webrev: http://cr

Re: RFR: JDK-8162354: Unable to build JDK 9 on a Sparc T7-1 with default boot-jdk 8.0

2016-08-02 Thread Tim Bell
Erik: The default bootjdk for 9 is JDK 8. Unfortunately JDK 8 does not work on newer M7 sparc hardware. This has of course been fixed in an update. This patch changes the Jib profile configuration to use 8u102 as bootjdk on Solaris sparc if the cpu is of the M7 type. Bug: https://bugs.openjd

RFR: JDK-8148548: [Linux/Solaris] debuginfo and fastdebuginfo bundle contains demo info

2016-08-02 Thread Erik Joelsson
Hello, When introducing the new bundle targets in the top level makefiles, I accidentally added the demo debuginfo files in the jdk symbols bundle. This patch filters out any demo and sample files from the symbols bundle. Bug: https://bugs.openjdk.java.net/browse/JDK-8148548 Webrev: http://c

RFR: JDK-8162354: Unable to build JDK 9 on a Sparc T7-1 with default boot-jdk 8.0

2016-08-02 Thread Erik Joelsson
Hello, The default bootjdk for 9 is JDK 8. Unfortunately JDK 8 does not work on newer M7 sparc hardware. This has of course been fixed in an update. This patch changes the Jib profile configuration to use 8u102 as bootjdk on Solaris sparc if the cpu is of the M7 type. Bug: https://bugs.openj

Re: PING: [8u112] Request for review & approval for CR8151841: Build needs additional flags to compile with GCC 6

2016-08-02 Thread Seán Coffey
Andrew, there are some non-OpenJDK related changes that I need to make at time of this push. Is it OK if I push this patch to jdk8u-dev for you ? Approved for jdk8u-dev. Regards, Sean. On 02/08/2016 11:11, Seán Coffey wrote: I'm seeing this patch fail across all platforms on internal build

Re: PING: [8u112] Request for review & approval for CR8151841: Build needs additional flags to compile with GCC 6

2016-08-02 Thread Seán Coffey
I'm seeing this patch fail across all platforms on internal builds. Please hold off any push for now. Maybe other config changes are needed on our build systems. e.g. /opt/jprt/products/P1/SS12u1/SS12u1/prod/bin/CC \ -m64 -G -KPIC \

Re: RFR: 8039305: [javadoc] broken link in jdk/api/javadoc/taglet/com/sun/tools/doclets/Taglet.html

2016-08-02 Thread Erik Joelsson
Hello Kumar, Some notes: 577: Not sure I agree with repeating the definition of OLD_DOCLET_DIR. 580-587: All these new variables are defined but never used. If you intend to use these values, you also need to add them somewhere in 610-620. /Erik On 2016-08-01 23:56, Kumar Srinivasan wrote: