RFR (xs): JDK-8189071 - Require jtreg 4.2 b09

David Holmes david.holmes at oracle.com
Tue Oct 10 01:45:40 UTC 2017


Reviewed!

Push it under trivial rules.

Thanks,
David

On 10/10/2017 11:35 AM, jesper.wilhelmsson at oracle.com wrote:
> Hi,
> 
> Can I have a review of this trivial fix to update the jib-profile to require the latest version of jtreg. This to get rid of the SocketTimeoutException that we see in the hotspot nightlies.
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8189071
> 
> The change is:
> 
> diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js
> --- a/make/conf/jib-profiles.js
> +++ b/make/conf/jib-profiles.js
> @@ -1063,7 +1063,7 @@
>           jtreg: {
>               server: "javare",
>               revision: "4.2",
> -            build_number: "b08",
> +            build_number: "b09",
>               checksum_file: "MD5_VALUES",
>               file: "jtreg_bin-4.2.zip",
>               environment_name: "JT_HOME",
> 
> 
> Thanks,
> /Jesper
> 


More information about the hotspot-dev mailing list