Re: RFR: JDK-8030794: Update configure to require jdk8 as boot

2014-04-16 Thread Mike Duigou
When this is changeset is pushed please send message out to jdk9-dev to inform everyone that the change has been made. Will you be pushing it to jdk9/dev or jdk9/build? Mike On Apr 16 2014, at 03:01 , Erik Joelsson wrote: > There are now changes in jdk9 which prohibit the use of jdk7 as boot

Re: RFR: JDK-8030794: Update configure to require jdk8 as boot

2014-04-16 Thread Tim Bell
Looks good to me as well. Tim On 04/16/14 10:07, Chris Hegarty wrote: Looks good to me. -Chris. On 16/04/14 11:01, Erik Joelsson wrote: There are now changes in jdk9 which prohibit the use of jdk7 as boot jdk (unless the update version is high enough). It's time we formally change the requi

Re: RFR: JDK-8030794: Update configure to require jdk8 as boot

2014-04-16 Thread Chris Hegarty
Looks good to me. -Chris. On 16/04/14 11:01, Erik Joelsson wrote: There are now changes in jdk9 which prohibit the use of jdk7 as boot jdk (unless the update version is high enough). It's time we formally change the requirement from jdk7 to jdk8 by making configure require it. Bug: https://bug

RFR: JDK-8030794: Update configure to require jdk8 as boot

2014-04-16 Thread Erik Joelsson
There are now changes in jdk9 which prohibit the use of jdk7 as boot jdk (unless the update version is high enough). It's time we formally change the requirement from jdk7 to jdk8 by making configure require it. Bug: https://bugs.openjdk.java.net/browse/JDK-8030794 Patch: diff -r 1dfbd8aa5d3d

Re: RFR: JDK-8030794: Update configure to require jdk8 as boot

2013-12-19 Thread Tim Bell
Looks good to me as well. Tim On 12/19/13 05:47 AM, Chris Hegarty wrote: Thanks Erik, looks good to me. -Chris. On 19 Dec 2013, at 13:32, Erik Joelsson wrote: Since we now have dependencies in the langtools source on jdk8 features, we can no longer build jdk9 with jdk7 as boot. This chang

Re: RFR: JDK-8030794: Update configure to require jdk8 as boot

2013-12-19 Thread Chris Hegarty
Thanks Erik, looks good to me. -Chris. On 19 Dec 2013, at 13:32, Erik Joelsson wrote: > Since we now have dependencies in the langtools source on jdk8 features, we > can no longer build jdk9 with jdk7 as boot. This change updates configure to > allow jdk8 and jdk9 as boot jdks. > > Bug: http

RFR: JDK-8030794: Update configure to require jdk8 as boot

2013-12-19 Thread Erik Joelsson
Since we now have dependencies in the langtools source on jdk8 features, we can no longer build jdk9 with jdk7 as boot. This change updates configure to allow jdk8 and jdk9 as boot jdks. Bug: https://bugs.openjdk.java.net/browse/JDK-8030794 Webrev: http://cr.openjdk.java.net/~erikj/8030794/webr