configure - gcc >4.6 needed for JDK9 build

2017-01-23 Thread Mike Burton
Hello, I ran an OpenJDK Hack Day session on Saturday, at which some people got stuck on lost a fair bit of time, failing to build JDK9. Then we found that updating gcc from 4.6 to 4.8 fixed it. Could the `configure` script be updated (by running get-source.sh) so as to check for minimum

Re: RFR JDK-8173140: To upgrade bundled zlib version from 1.2.8 to 1.2.11

2017-01-23 Thread Alan Bateman
On 22/01/2017 19:27, Xueming Shen wrote: The assumption is the remove of the version tag can help us to easily get the diffs from the webrev directly in future upgrade. Here is the webrev with the diff by listing old and new files in a webrev list file.

Re: RFR JDK-8173140: To upgrade bundled zlib version from 1.2.8 to 1.2.11

2017-01-23 Thread Erik Joelsson
Build changes look good. Thanks! /Erik On 2017-01-21 21:41, Xueming Shen wrote: Erik, Alan Here is the webrev that dropped the version number from the name. http://cr.openjdk.java.net/~sherman/8173140/webrev Thanks, Sherman On 1/21/17, 12:30 AM, Erik Joelsson wrote: Hello, Build changes