RFR(xs): JDK-8214460 fix broken macOS build

Tim Bell tim.bell at oracle.com
Thu Nov 29 02:21:53 UTC 2018


On 11/28/18 18:18, Stuart Marks wrote:

> https://bugs.openjdk.java.net/browse/JDK-8214460
>
> Please review this small fix to correct broken macOS build caused by the
> fix for JDK-8214014. Patch appended below.


> -    cf_socksHost = NULL,
> +    cf_socksHost = NULL;
>       int
>       httpPort = 80, // Default proxy port values
>       httpsPort = 443,
>       ftpPort = 21,
> -    socksPort = 1080,
> +    socksPort = 1080;

Looks good, Stuart

Tim



More information about the core-libs-dev mailing list